#02367A

Color #02367A Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #02367A

Tints of Dark Cerulean #02367A

Color information

#02367A (or 0x02367A) is unknown color: approx Dark Cerulean. HEX triplet: 02, 36 and 7A. RGB value is (2,54,122). Sum of RGB (Red+Green+Blue) = 2+54+122=178 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.12% from 178); Green value is 54 (21.48% from 255 or 30.34% from 178); Blue value is 122 (48.05% from 255 or 68.54% from 178); Max value from RGB is 122 - color contains mainly: blue. Hex color #02367A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02367A is #FDC985. Grayscale: #2D2D2D. Windows color (decimal): -16632198 or 8009218. OLE color: 8009218.

HSL color Cylindrical-coordinate representation of color #02367A: hue angle of 214º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02367A is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB254122-
CMYK0.980.5600.52
HSL214º96.77%24.31%-
HSV(B)214º98.36%47.84%-
XYZ4.864.0618.94-
YUV46.2170.7796.47-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.12%
GREEN value IS 54 (21.48% from 255) = 30.34%
BLUE value IS 122 (48.05% from 255) = 68.54%
R=1.12%
G=30.34%
B=68.54%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal2541220.980.5600.5221496.7724.31
Hex2367A6238034d66118
Octal2661721427006432614130
Binary1011011011110101100010111000011010011010110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02367A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02367A; }

 p { color: rgb(2,54,122); }

 H1.HeaderClassName
 {
   color: #02367A;
 }
 .AnyTagClassName
 {
   color: #02367A;
 }
</style>
background-color css

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

 a { background-color: rgb(2,54,122); }

 div.DivClassName
 {
   background-color: #02367A;
 }
 .BgClassName
 {
   background-color: #02367A;
 }
</style>
border-color css

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

 span { border-color: rgb(2,54,122); }

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