Html Css Color HEX #07429C Cobalt

📋 copy color: '#07429C'

red 7 ◦ green 66 ◦ blue 156

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

Shades of Cobalt #07429C

Tints of Cobalt #07429C

RGB

 RED value IS 7 (3.13% from 255) = 3.06%

 GREEN value IS 66 (26.17% from 255) = 28.82%

 BLUE value IS 156 (61.33% from 255) = 68.12%

R = 3.06%
G = 28.82%
B = 68.12%

CMYK

 C value IS 0.96

 M value IS 0.58

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#07429C (or 0x07429C) is known color: Cobalt. HEX triplet: 07, 42 and 9C. RGB value is (7,66,156). Sum of RGB (Red+Green+Blue) = 7+66+156=229 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.06% from 229); Green value is 66 (26.17% from 255 or 28.82% from 229); Blue value is 156 (61.33% from 255 or 68.12% from 229); Max value from RGB is 156 - color contains mainly: blue. Hex color #07429C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07429C is #F8BD63. Grayscale: #3A3A3A. Windows color (decimal): -16301412 or 10240519. OLE color: 10240519.

HSL color Cylindrical-coordinate representation of color #07429C: hue angle of 216.24º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #07429C is Cyan = 0.96, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 7 66 156 -
CMYK 0.96 0.58 0 0.39
HSL 216.24º 0.91% 0.32% -
HSV(B) 216.24º 0.96% 0.61% -
XYZ 8.04 6.34 32.25 -
YUV 58.62 182.95 91.18 -
System Red Green Blue C M Y K H S L
Decimal 7 66 156 0.96 0.58 0 0.39 216.24 0.91 0.32
Hex 7 42 9C 60 3A 0 27 D8 5B 20
Octal 7 102 234 140 72 0 47 330 133 40
Binary 111 1000010 10011100 1100000 111010 0 100111 11011000 1011011 100000

Color Harmonies of #07429C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07429C

Black with #07429C

Text Example


Text Example

White with #07429C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,66,156); }

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

background-color css

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

 a { background-color: rgb(7,66,156); }

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

border-color css

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

 span { border-color: rgb(7,66,156); }

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