Html Css Color HEX #025B8D Dark Cerulean

📋 copy color: '#025B8D'

red 2 ◦ green 91 ◦ blue 141

#025B8D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #025B8D

Tints of Dark Cerulean #025B8D

RGB

 RED value IS 2 (1.17% from 255) = 0.85%

 GREEN value IS 91 (35.94% from 255) = 38.89%

 BLUE value IS 141 (55.47% from 255) = 60.26%

R = 0.85%
G = 38.89%
B = 60.26%

CMYK

 C value IS 0.99

 M value IS 0.35

 Y value IS 0

 K value IS 0.45

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#025B8D (or 0x025B8D) is known color: Dark Cerulean. HEX triplet: 02, 5B and 8D. RGB value is (2,91,141). Sum of RGB (Red+Green+Blue) = 2+91+141=234 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 234); Green value is 91 (35.94% from 255 or 38.89% from 234); Blue value is 141 (55.47% from 255 or 60.26% from 234); Max value from RGB is 141 - color contains mainly: blue. Hex color #025B8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #025B8D is #FDA472. Grayscale: #454545. Windows color (decimal): -16622707 or 9263874. OLE color: 9263874.

HSL color Cylindrical-coordinate representation of color #025B8D: hue angle of 201.58º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #025B8D is Cyan = 0.99, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 2 91 141 -
CMYK 0.99 0.35 0 0.45
HSL 201.58º 0.97% 0.28% -
HSV(B) 201.58º 0.99% 0.55% -
XYZ 8.57 9.42 26.57 -
YUV 70.09 168.01 79.43 -
System Red Green Blue C M Y K H S L
Decimal 2 91 141 0.99 0.35 0 0.45 201.58 0.97 0.28
Hex 2 5B 8D 63 23 0 2D CA 61 1C
Octal 2 133 215 143 43 0 55 312 141 34
Binary 10 1011011 10001101 1100011 100011 0 101101 11001010 1100001 11100

Color Harmonies of #025B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025B8D

Black with #025B8D

Text Example


Text Example

White with #025B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025B8D; }

 p { color: rgb(2,91,141); }

 H1.HeaderClassName
 {
   color: #025B8D;
 }
 .AnyTagClassName
 {
   color: #025B8D;
 }
</style>

background-color css

<style>
 a { background-color: #025B8D; }

 a { background-color: rgb(2,91,141); }

 div.DivClassName
 {
   background-color: #025B8D;
 }
 .BgClassName
 {
   background-color: #025B8D;
 }
</style>

border-color css

<style>
 span { border-color: #025B8D; }

 span { border-color: rgb(2,91,141); }

 td.TdClassName
 {
   border-color: #025B8D;
 }
 .TagClassName
 {
   border-color: #025B8D;
 }
</style>