Html Css Color HEX #07449C Cobalt

📋 copy color: '#07449C'

red 7 ◦ green 68 ◦ blue 156

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

Shades of Cobalt #07449C

Tints of Cobalt #07449C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 29.44%

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

R = 3.03%
G = 29.44%
B = 67.53%

CMYK

 C value IS 0.96

 M value IS 0.56

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#07449C (or 0x07449C) is known color: Cobalt. HEX triplet: 07, 44 and 9C. RGB value is (7,68,156). Sum of RGB (Red+Green+Blue) = 7+68+156=231 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.03% from 231); Green value is 68 (26.95% from 255 or 29.44% from 231); Blue value is 156 (61.33% from 255 or 67.53% from 231); Max value from RGB is 156 - color contains mainly: blue. Hex color #07449C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07449C is #F8BB63. Grayscale: #3B3B3B. Windows color (decimal): -16300900 or 10241031. OLE color: 10241031.

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

Color convert

RGB 7 68 156 -
CMYK 0.96 0.56 0 0.39
HSL 215.44º 0.91% 0.32% -
HSV(B) 215.44º 0.96% 0.61% -
XYZ 8.16 6.58 32.29 -
YUV 59.79 182.29 90.34 -
System Red Green Blue C M Y K H S L
Decimal 7 68 156 0.96 0.56 0 0.39 215.44 0.91 0.32
Hex 7 44 9C 60 38 0 27 D7 5B 20
Octal 7 104 234 140 70 0 47 327 133 40
Binary 111 1000100 10011100 1100000 111000 0 100111 11010111 1011011 100000

Color Harmonies of #07449C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07449C

Black with #07449C

Text Example


Text Example

White with #07449C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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