Html Css Color HEX #025B8A Dark Cerulean

📋 copy color: '#025B8A'

red 2 ◦ green 91 ◦ blue 138

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

Shades of Dark Cerulean #025B8A

Tints of Dark Cerulean #025B8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 59.74%

R = 0.87%
G = 39.39%
B = 59.74%

CMYK

 C value IS 0.99

 M value IS 0.34

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#025B8A (or 0x025B8A) is known color: Dark Cerulean. HEX triplet: 02, 5B and 8A. RGB value is (2,91,138). Sum of RGB (Red+Green+Blue) = 2+91+138=231 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 231); Green value is 91 (35.94% from 255 or 39.39% from 231); Blue value is 138 (54.30% from 255 or 59.74% from 231); Max value from RGB is 138 - color contains mainly: blue. Hex color #025B8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #025B8A is #FDA475. Grayscale: #454545. Windows color (decimal): -16622710 or 9067266. OLE color: 9067266.

HSL color Cylindrical-coordinate representation of color #025B8A: hue angle of 200.74º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #025B8A is Cyan = 0.99, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 2 91 138 -
CMYK 0.99 0.34 0 0.46
HSL 200.74º 0.97% 0.27% -
HSV(B) 200.74º 0.99% 0.54% -
XYZ 8.35 9.33 25.41 -
YUV 69.75 166.51 79.68 -
System Red Green Blue C M Y K H S L
Decimal 2 91 138 0.99 0.34 0 0.46 200.74 0.97 0.27
Hex 2 5B 8A 63 22 0 2E C9 61 1B
Octal 2 133 212 143 42 0 56 311 141 33
Binary 10 1011011 10001010 1100011 100010 0 101110 11001001 1100001 11011

Color Harmonies of #025B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025B8A

Black with #025B8A

Text Example


Text Example

White with #025B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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