Html Css Color HEX #07549C Cobalt

📋 copy color: '#07549C'

red 7 ◦ green 84 ◦ blue 156

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

Shades of Cobalt #07549C

Tints of Cobalt #07549C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 34.01%

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

R = 2.83%
G = 34.01%
B = 63.16%

CMYK

 C value IS 0.96

 M value IS 0.46

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#07549C (or 0x07549C) is known color: Cobalt. HEX triplet: 07, 54 and 9C. RGB value is (7,84,156). Sum of RGB (Red+Green+Blue) = 7+84+156=247 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.83% from 247); Green value is 84 (33.20% from 255 or 34.01% from 247); Blue value is 156 (61.33% from 255 or 63.16% from 247); Max value from RGB is 156 - color contains mainly: blue. Hex color #07549C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07549C is #F8AB63. Grayscale: #444444. Windows color (decimal): -16296804 or 10245127. OLE color: 10245127.

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

Color convert

RGB 7 84 156 -
CMYK 0.96 0.46 0 0.39
HSL 208.99º 0.91% 0.32% -
HSV(B) 208.99º 0.96% 0.61% -
XYZ 9.26 8.79 32.66 -
YUV 69.19 176.99 83.65 -
System Red Green Blue C M Y K H S L
Decimal 7 84 156 0.96 0.46 0 0.39 208.99 0.91 0.32
Hex 7 54 9C 60 2E 0 27 D1 5B 20
Octal 7 124 234 140 56 0 47 321 133 40
Binary 111 1010100 10011100 1100000 101110 0 100111 11010001 1011011 100000

Color Harmonies of #07549C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07549C

Black with #07549C

Text Example


Text Example

White with #07549C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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