Html Css Color HEX #07549E Cobalt

📋 copy color: '#07549E'

red 7 ◦ green 84 ◦ blue 158

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

Shades of Cobalt #07549E

Tints of Cobalt #07549E

RGB

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

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

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

R = 2.81%
G = 33.73%
B = 63.45%

CMYK

 C value IS 0.96

 M value IS 0.47

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#07549E (or 0x07549E) is known color: Cobalt. HEX triplet: 07, 54 and 9E. RGB value is (7,84,158). Sum of RGB (Red+Green+Blue) = 7+84+158=249 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.81% from 249); Green value is 84 (33.20% from 255 or 33.73% from 249); Blue value is 158 (62.11% from 255 or 63.45% from 249); Max value from RGB is 158 - color contains mainly: blue. Hex color #07549E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07549E is #F8AB61. Grayscale: #454545. Windows color (decimal): -16296802 or 10376199. OLE color: 10376199.

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

Color convert

RGB 7 84 158 -
CMYK 0.96 0.47 0 0.38
HSL 209.4º 0.92% 0.32% -
HSV(B) 209.4º 0.96% 0.62% -
XYZ 9.43 8.85 33.56 -
YUV 69.41 177.99 83.48 -
System Red Green Blue C M Y K H S L
Decimal 7 84 158 0.96 0.47 0 0.38 209.4 0.92 0.32
Hex 7 54 9E 60 2F 0 26 D1 5C 20
Octal 7 124 236 140 57 0 46 321 134 40
Binary 111 1010100 10011110 1100000 101111 0 100110 11010001 1011100 100000

Color Harmonies of #07549E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07549E

Black with #07549E

Text Example


Text Example

White with #07549E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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