Html Css Color HEX #02447A Dark Cerulean

📋 copy color: '#02447A'

red 2 ◦ green 68 ◦ blue 122

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

Shades of Dark Cerulean #02447A

Tints of Dark Cerulean #02447A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 35.42%

 BLUE value IS 122 (48.05% from 255) = 63.54%

R = 1.04%
G = 35.42%
B = 63.54%

CMYK

 C value IS 0.98

 M value IS 0.44

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#02447A (or 0x02447A) is known color: Dark Cerulean. HEX triplet: 02, 44 and 7A. RGB value is (2,68,122). Sum of RGB (Red+Green+Blue) = 2+68+122=192 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 192); Green value is 68 (26.95% from 255 or 35.42% from 192); Blue value is 122 (48.05% from 255 or 63.54% from 192); Max value from RGB is 122 - color contains mainly: blue. Hex color #02447A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #02447A is #FDBB85. Grayscale: #363636. Windows color (decimal): -16628614 or 8012802. OLE color: 8012802.

HSL color Cylindrical-coordinate representation of color #02447A: hue angle of 207º 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 #02447A is Cyan = 0.98, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 2 68 122 -
CMYK 0.98 0.44 0 0.52
HSL 207º 0.97% 0.24% -
HSV(B) 207º 0.98% 0.48% -
XYZ 5.61 5.55 19.19 -
YUV 54.42 166.13 90.61 -
System Red Green Blue C M Y K H S L
Decimal 2 68 122 0.98 0.44 0 0.52 207 0.97 0.24
Hex 2 44 7A 62 2C 0 34 CF 61 18
Octal 2 104 172 142 54 0 64 317 141 30
Binary 10 1000100 1111010 1100010 101100 0 110100 11001111 1100001 11000

Color Harmonies of #02447A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02447A

Black with #02447A

Text Example


Text Example

White with #02447A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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