Html Css Color HEX #02568C Dark Cerulean

📋 copy color: '#02568C'

red 2 ◦ green 86 ◦ blue 140

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

Shades of Dark Cerulean #02568C

Tints of Dark Cerulean #02568C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 37.72%

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

R = 0.88%
G = 37.72%
B = 61.4%

CMYK

 C value IS 0.99

 M value IS 0.39

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#02568C (or 0x02568C) is known color: Dark Cerulean. HEX triplet: 02, 56 and 8C. RGB value is (2,86,140). Sum of RGB (Red+Green+Blue) = 2+86+140=228 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 228); Green value is 86 (33.98% from 255 or 37.72% from 228); Blue value is 140 (55.08% from 255 or 61.40% from 228); Max value from RGB is 140 - color contains mainly: blue. Hex color #02568C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #02568C is #FDA973. Grayscale: #424242. Windows color (decimal): -16623988 or 9197058. OLE color: 9197058.

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

Color convert

RGB 2 86 140 -
CMYK 0.99 0.39 0 0.45
HSL 203.48º 0.97% 0.28% -
HSV(B) 203.48º 0.99% 0.55% -
XYZ 8.09 8.56 26.04 -
YUV 67.04 169.17 81.61 -
System Red Green Blue C M Y K H S L
Decimal 2 86 140 0.99 0.39 0 0.45 203.48 0.97 0.28
Hex 2 56 8C 63 27 0 2D CB 61 1C
Octal 2 126 214 143 47 0 55 313 141 34
Binary 10 1010110 10001100 1100011 100111 0 101101 11001011 1100001 11100

Color Harmonies of #02568C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02568C

Black with #02568C

Text Example


Text Example

White with #02568C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02568C; }

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

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

background-color css

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

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

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

border-color css

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

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

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