Html Css Color HEX #024698 Cobalt

📋 copy color: '#024698'

red 2 ◦ green 70 ◦ blue 152

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

Shades of Cobalt #024698

Tints of Cobalt #024698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 67.86%

R = 0.89%
G = 31.25%
B = 67.86%

CMYK

 C value IS 0.99

 M value IS 0.54

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#024698 (or 0x024698) is known color: Cobalt. HEX triplet: 02, 46 and 98. RGB value is (2,70,152). Sum of RGB (Red+Green+Blue) = 2+70+152=224 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 224); Green value is 70 (27.73% from 255 or 31.25% from 224); Blue value is 152 (59.77% from 255 or 67.86% from 224); Max value from RGB is 152 - color contains mainly: blue. Hex color #024698 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024698 is #FDB967. Grayscale: #3A3A3A. Windows color (decimal): -16628072 or 9979394. OLE color: 9979394.

HSL color Cylindrical-coordinate representation of color #024698: hue angle of 212.8º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024698 is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 2 70 152 -
CMYK 0.99 0.54 0 0.40
HSL 212.8º 0.97% 0.3% -
HSV(B) 212.8º 0.99% 0.6% -
XYZ 7.88 6.66 30.58 -
YUV 59.02 180.47 87.33 -
System Red Green Blue C M Y K H S L
Decimal 2 70 152 0.99 0.54 0 0.40 212.8 0.97 0.3
Hex 2 46 98 63 36 0 28 D5 61 1E
Octal 2 106 230 143 66 0 50 325 141 36
Binary 10 1000110 10011000 1100011 110110 0 101000 11010101 1100001 11110

Color Harmonies of #024698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024698

Black with #024698

Text Example


Text Example

White with #024698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024698; }

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

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

background-color css

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

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

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

border-color css

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

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

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