Html Css Color HEX #025090 Dark Cerulean

📋 copy color: '#025090'

red 2 ◦ green 80 ◦ blue 144

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

Shades of Dark Cerulean #025090

Tints of Dark Cerulean #025090

RGB

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

 GREEN value IS 80 (31.64% from 255) = 35.4%

 BLUE value IS 144 (56.64% from 255) = 63.72%

R = 0.88%
G = 35.4%
B = 63.72%

CMYK

 C value IS 0.99

 M value IS 0.44

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#025090 (or 0x025090) is known color: Dark Cerulean. HEX triplet: 02, 50 and 90. RGB value is (2,80,144). Sum of RGB (Red+Green+Blue) = 2+80+144=226 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 226); Green value is 80 (31.64% from 255 or 35.40% from 226); Blue value is 144 (56.64% from 255 or 63.72% from 226); Max value from RGB is 144 - color contains mainly: blue. Hex color #025090 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #025090 is #FDAF6F. Grayscale: #3F3F3F. Windows color (decimal): -16625520 or 9457666. OLE color: 9457666.

HSL color Cylindrical-coordinate representation of color #025090: hue angle of 207.04º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #025090 is Cyan = 0.99, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 2 80 144 -
CMYK 0.99 0.44 0 0.44
HSL 207.04º 0.97% 0.29% -
HSV(B) 207.04º 0.99% 0.56% -
XYZ 7.93 7.76 27.47 -
YUV 63.97 173.16 83.8 -
System Red Green Blue C M Y K H S L
Decimal 2 80 144 0.99 0.44 0 0.44 207.04 0.97 0.29
Hex 2 50 90 63 2C 0 2C CF 61 1D
Octal 2 120 220 143 54 0 54 317 141 35
Binary 10 1010000 10010000 1100011 101100 0 101100 11001111 1100001 11101

Color Harmonies of #025090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025090

Black with #025090

Text Example


Text Example

White with #025090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #025090; }

 p { color: rgb(2,80,144); }

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

background-color css

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

 a { background-color: rgb(2,80,144); }

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

border-color css

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

 span { border-color: rgb(2,80,144); }

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