Html Css Color HEX #07499C Cobalt

📋 copy color: '#07499C'

red 7 ◦ green 73 ◦ blue 156

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

Shades of Cobalt #07499C

Tints of Cobalt #07499C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.93%

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

R = 2.97%
G = 30.93%
B = 66.1%

CMYK

 C value IS 0.96

 M value IS 0.53

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#07499C (or 0x07499C) is known color: Cobalt. HEX triplet: 07, 49 and 9C. RGB value is (7,73,156). Sum of RGB (Red+Green+Blue) = 7+73+156=236 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.97% from 236); Green value is 73 (28.91% from 255 or 30.93% from 236); Blue value is 156 (61.33% from 255 or 66.10% from 236); Max value from RGB is 156 - color contains mainly: blue. Hex color #07499C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07499C is #F8B663. Grayscale: #3E3E3E. Windows color (decimal): -16299620 or 10242311. OLE color: 10242311.

HSL color Cylindrical-coordinate representation of color #07499C: hue angle of 213.42º 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 #07499C is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 7 73 156 -
CMYK 0.96 0.53 0 0.39
HSL 213.42º 0.91% 0.32% -
HSV(B) 213.42º 0.96% 0.61% -
XYZ 8.47 7.21 32.4 -
YUV 62.73 180.63 88.25 -
System Red Green Blue C M Y K H S L
Decimal 7 73 156 0.96 0.53 0 0.39 213.42 0.91 0.32
Hex 7 49 9C 60 35 0 27 D5 5B 20
Octal 7 111 234 140 65 0 47 325 133 40
Binary 111 1001001 10011100 1100000 110101 0 100111 11010101 1011011 100000

Color Harmonies of #07499C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07499C

Black with #07499C

Text Example


Text Example

White with #07499C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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