Html Css Color HEX #07529E Cobalt

📋 copy color: '#07529E'

red 7 ◦ green 82 ◦ blue 158

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

Shades of Cobalt #07529E

Tints of Cobalt #07529E

RGB

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

 GREEN value IS 82 (32.42% from 255) = 33.2%

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

R = 2.83%
G = 33.2%
B = 63.97%

CMYK

 C value IS 0.96

 M value IS 0.48

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#07529E (or 0x07529E) is known color: Cobalt. HEX triplet: 07, 52 and 9E. RGB value is (7,82,158). Sum of RGB (Red+Green+Blue) = 7+82+158=247 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.83% from 247); Green value is 82 (32.42% from 255 or 33.20% from 247); Blue value is 158 (62.11% from 255 or 63.97% from 247); Max value from RGB is 158 - color contains mainly: blue. Hex color #07529E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07529E is #F8AD61. Grayscale: #434343. Windows color (decimal): -16297314 or 10375687. OLE color: 10375687.

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

Color convert

RGB 7 82 158 -
CMYK 0.96 0.48 0 0.38
HSL 210.2º 0.92% 0.32% -
HSV(B) 210.2º 0.96% 0.62% -
XYZ 9.28 8.55 33.51 -
YUV 68.24 178.65 84.32 -
System Red Green Blue C M Y K H S L
Decimal 7 82 158 0.96 0.48 0 0.38 210.2 0.92 0.32
Hex 7 52 9E 60 30 0 26 D2 5C 20
Octal 7 122 236 140 60 0 46 322 134 40
Binary 111 1010010 10011110 1100000 110000 0 100110 11010010 1011100 100000

Color Harmonies of #07529E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07529E

Black with #07529E

Text Example


Text Example

White with #07529E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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