Html Css Color HEX #02469B Cobalt

📋 copy color: '#02469B'

red 2 ◦ green 70 ◦ blue 155

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

Shades of Cobalt #02469B

Tints of Cobalt #02469B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 30.84%

 BLUE value IS 155 (60.94% from 255) = 68.28%

R = 0.88%
G = 30.84%
B = 68.28%

CMYK

 C value IS 0.99

 M value IS 0.55

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#02469B (or 0x02469B) is known color: Cobalt. HEX triplet: 02, 46 and 9B. RGB value is (2,70,155). Sum of RGB (Red+Green+Blue) = 2+70+155=227 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 227); Green value is 70 (27.73% from 255 or 30.84% from 227); Blue value is 155 (60.94% from 255 or 68.28% from 227); Max value from RGB is 155 - color contains mainly: blue. Hex color #02469B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #02469B is #FDB964. Grayscale: #3A3A3A. Windows color (decimal): -16628069 or 10176002. OLE color: 10176002.

HSL color Cylindrical-coordinate representation of color #02469B: hue angle of 213.33º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02469B is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 2 70 155 -
CMYK 0.99 0.55 0 0.39
HSL 213.33º 0.97% 0.31% -
HSV(B) 213.33º 0.99% 0.61% -
XYZ 8.13 6.76 31.89 -
YUV 59.36 181.97 87.09 -
System Red Green Blue C M Y K H S L
Decimal 2 70 155 0.99 0.55 0 0.39 213.33 0.97 0.31
Hex 2 46 9B 63 37 0 27 D5 61 1F
Octal 2 106 233 143 67 0 47 325 141 37
Binary 10 1000110 10011011 1100011 110111 0 100111 11010101 1100001 11111

Color Harmonies of #02469B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02469B

Black with #02469B

Text Example


Text Example

White with #02469B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02469B; }

 p { color: rgb(2,70,155); }

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

background-color css

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

 a { background-color: rgb(2,70,155); }

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

border-color css

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

 span { border-color: rgb(2,70,155); }

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