Html Css Color HEX #025A8C Dark Cerulean

📋 copy color: '#025A8C'

red 2 ◦ green 90 ◦ blue 140

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

Shades of Dark Cerulean #025A8C

Tints of Dark Cerulean #025A8C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 38.79%

 BLUE value IS 140 (55.08% from 255) = 60.34%

R = 0.86%
G = 38.79%
B = 60.34%

CMYK

 C value IS 0.99

 M value IS 0.36

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#025A8C (or 0x025A8C) is known color: Dark Cerulean. HEX triplet: 02, 5A and 8C. RGB value is (2,90,140). Sum of RGB (Red+Green+Blue) = 2+90+140=232 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 232); Green value is 90 (35.55% from 255 or 38.79% from 232); Blue value is 140 (55.08% from 255 or 60.34% from 232); Max value from RGB is 140 - color contains mainly: blue. Hex color #025A8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #025A8C is #FDA573. Grayscale: #454545. Windows color (decimal): -16622964 or 9198082. OLE color: 9198082.

HSL color Cylindrical-coordinate representation of color #025A8C: hue angle of 201.74º 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 #025A8C is Cyan = 0.99, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 2 90 140 -
CMYK 0.99 0.36 0 0.45
HSL 201.74º 0.97% 0.28% -
HSV(B) 201.74º 0.99% 0.55% -
XYZ 8.41 9.22 26.15 -
YUV 69.39 167.85 79.93 -
System Red Green Blue C M Y K H S L
Decimal 2 90 140 0.99 0.36 0 0.45 201.74 0.97 0.28
Hex 2 5A 8C 63 24 0 2D CA 61 1C
Octal 2 132 214 143 44 0 55 312 141 34
Binary 10 1011010 10001100 1100011 100100 0 101101 11001010 1100001 11100

Color Harmonies of #025A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #025A8C

Black with #025A8C

Text Example


Text Example

White with #025A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,90,140); }

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

background-color css

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

 a { background-color: rgb(2,90,140); }

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

border-color css

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

 span { border-color: rgb(2,90,140); }

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