Html Css Color HEX #07499B Cobalt

📋 copy color: '#07499B'

red 7 ◦ green 73 ◦ blue 155

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

Shades of Cobalt #07499B

Tints of Cobalt #07499B

RGB

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

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

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

R = 2.98%
G = 31.06%
B = 65.96%

CMYK

 C value IS 0.95

 M value IS 0.53

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#07499B (or 0x07499B) is known color: Cobalt. HEX triplet: 07, 49 and 9B. RGB value is (7,73,155). Sum of RGB (Red+Green+Blue) = 7+73+155=235 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.98% from 235); Green value is 73 (28.91% from 255 or 31.06% from 235); Blue value is 155 (60.94% from 255 or 65.96% from 235); Max value from RGB is 155 - color contains mainly: blue. Hex color #07499B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #07499B is #F8B664. Grayscale: #3E3E3E. Windows color (decimal): -16299621 or 10176775. OLE color: 10176775.

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

Color convert

RGB 7 73 155 -
CMYK 0.95 0.53 0 0.39
HSL 213.24º 0.91% 0.32% -
HSV(B) 213.24º 0.95% 0.61% -
XYZ 8.39 7.18 31.95 -
YUV 62.61 180.13 88.33 -
System Red Green Blue C M Y K H S L
Decimal 7 73 155 0.95 0.53 0 0.39 213.24 0.91 0.32
Hex 7 49 9B 5F 35 0 27 D5 5B 20
Octal 7 111 233 137 65 0 47 325 133 40
Binary 111 1001001 10011011 1011111 110101 0 100111 11010101 1011011 100000

Color Harmonies of #07499B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07499B

Black with #07499B

Text Example


Text Example

White with #07499B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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