Html Css Color HEX #07549B Cobalt

📋 copy color: '#07549B'

red 7 ◦ green 84 ◦ blue 155

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

Shades of Cobalt #07549B

Tints of Cobalt #07549B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 63.01%

R = 2.85%
G = 34.15%
B = 63.01%

CMYK

 C value IS 0.95

 M value IS 0.46

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#07549B (or 0x07549B) is known color: Cobalt. HEX triplet: 07, 54 and 9B. RGB value is (7,84,155). Sum of RGB (Red+Green+Blue) = 7+84+155=246 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.85% from 246); Green value is 84 (33.20% from 255 or 34.15% from 246); Blue value is 155 (60.94% from 255 or 63.01% from 246); Max value from RGB is 155 - color contains mainly: blue. Hex color #07549B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07549B is #F8AB64. Grayscale: #444444. Windows color (decimal): -16296805 or 10179591. OLE color: 10179591.

HSL color Cylindrical-coordinate representation of color #07549B: hue angle of 208.78º degrees, saturation: 0.91, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07549B is Cyan = 0.95, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 7 84 155 -
CMYK 0.95 0.46 0 0.39
HSL 208.78º 0.91% 0.32% -
HSV(B) 208.78º 0.95% 0.61% -
XYZ 9.17 8.75 32.22 -
YUV 69.07 176.49 83.73 -
System Red Green Blue C M Y K H S L
Decimal 7 84 155 0.95 0.46 0 0.39 208.78 0.91 0.32
Hex 7 54 9B 5F 2E 0 27 D1 5B 20
Octal 7 124 233 137 56 0 47 321 133 40
Binary 111 1010100 10011011 1011111 101110 0 100111 11010001 1011011 100000

Color Harmonies of #07549B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07549B

Black with #07549B

Text Example


Text Example

White with #07549B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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