Html Css Color HEX #07429E Cobalt

📋 copy color: '#07429E'

red 7 ◦ green 66 ◦ blue 158

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

Shades of Cobalt #07429E

Tints of Cobalt #07429E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 68.4%

R = 3.03%
G = 28.57%
B = 68.4%

CMYK

 C value IS 0.96

 M value IS 0.58

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#07429E (or 0x07429E) is known color: Cobalt. HEX triplet: 07, 42 and 9E. RGB value is (7,66,158). Sum of RGB (Red+Green+Blue) = 7+66+158=231 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.03% from 231); Green value is 66 (26.17% from 255 or 28.57% from 231); Blue value is 158 (62.11% from 255 or 68.40% from 231); Max value from RGB is 158 - color contains mainly: blue. Hex color #07429E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07429E is #F8BD61. Grayscale: #3A3A3A. Windows color (decimal): -16301410 or 10371591. OLE color: 10371591.

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

Color convert

RGB 7 66 158 -
CMYK 0.96 0.58 0 0.38
HSL 216.56º 0.92% 0.32% -
HSV(B) 216.56º 0.96% 0.62% -
XYZ 8.21 6.41 33.15 -
YUV 58.85 183.95 91.02 -
System Red Green Blue C M Y K H S L
Decimal 7 66 158 0.96 0.58 0 0.38 216.56 0.92 0.32
Hex 7 42 9E 60 3A 0 26 D9 5C 20
Octal 7 102 236 140 72 0 46 331 134 40
Binary 111 1000010 10011110 1100000 111010 0 100110 11011001 1011100 100000

Color Harmonies of #07429E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07429E

Black with #07429E

Text Example


Text Example

White with #07429E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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