Html Css Color HEX #025988 Dark Cerulean

📋 copy color: '#025988'

red 2 ◦ green 89 ◦ blue 136

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

Shades of Dark Cerulean #025988

Tints of Dark Cerulean #025988

RGB

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

 GREEN value IS 89 (35.16% from 255) = 39.21%

 BLUE value IS 136 (53.52% from 255) = 59.91%

R = 0.88%
G = 39.21%
B = 59.91%

CMYK

 C value IS 0.99

 M value IS 0.35

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#025988 (or 0x025988) is known color: Dark Cerulean. HEX triplet: 02, 59 and 88. RGB value is (2,89,136). Sum of RGB (Red+Green+Blue) = 2+89+136=227 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 227); Green value is 89 (35.16% from 255 or 39.21% from 227); Blue value is 136 (53.52% from 255 or 59.91% from 227); Max value from RGB is 136 - color contains mainly: blue. Hex color #025988 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #025988 is #FDA677. Grayscale: #444444. Windows color (decimal): -16623224 or 8935682. OLE color: 8935682.

HSL color Cylindrical-coordinate representation of color #025988: hue angle of 201.04º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #025988 is Cyan = 0.99, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 2 89 136 -
CMYK 0.99 0.35 0 0.47
HSL 201.04º 0.97% 0.27% -
HSV(B) 201.04º 0.99% 0.53% -
XYZ 8.04 8.94 24.59 -
YUV 68.35 166.18 80.68 -
System Red Green Blue C M Y K H S L
Decimal 2 89 136 0.99 0.35 0 0.47 201.04 0.97 0.27
Hex 2 59 88 63 23 0 2F C9 61 1B
Octal 2 131 210 143 43 0 57 311 141 33
Binary 10 1011001 10001000 1100011 100011 0 101111 11001001 1100001 11011

Color Harmonies of #025988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025988

Black with #025988

Text Example


Text Example

White with #025988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025988; }

 p { color: rgb(2,89,136); }

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

background-color css

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

 a { background-color: rgb(2,89,136); }

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

border-color css

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

 span { border-color: rgb(2,89,136); }

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