Html Css Color HEX #07519C Cobalt

📋 copy color: '#07519C'

red 7 ◦ green 81 ◦ blue 156

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

Shades of Cobalt #07519C

Tints of Cobalt #07519C

RGB

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

 GREEN value IS 81 (32.03% from 255) = 33.2%

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

R = 2.87%
G = 33.2%
B = 63.93%

CMYK

 C value IS 0.96

 M value IS 0.48

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#07519C (or 0x07519C) is known color: Cobalt. HEX triplet: 07, 51 and 9C. RGB value is (7,81,156). Sum of RGB (Red+Green+Blue) = 7+81+156=244 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.87% from 244); Green value is 81 (32.03% from 255 or 33.20% from 244); Blue value is 156 (61.33% from 255 or 63.93% from 244); Max value from RGB is 156 - color contains mainly: blue. Hex color #07519C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07519C is #F8AE63. Grayscale: #434343. Windows color (decimal): -16297572 or 10244359. OLE color: 10244359.

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

Color convert

RGB 7 81 156 -
CMYK 0.96 0.48 0 0.39
HSL 210.2º 0.91% 0.32% -
HSV(B) 210.2º 0.96% 0.61% -
XYZ 9.03 8.33 32.58 -
YUV 67.42 177.98 84.9 -
System Red Green Blue C M Y K H S L
Decimal 7 81 156 0.96 0.48 0 0.39 210.2 0.91 0.32
Hex 7 51 9C 60 30 0 27 D2 5B 20
Octal 7 121 234 140 60 0 47 322 133 40
Binary 111 1010001 10011100 1100000 110000 0 100111 11010010 1011011 100000

Color Harmonies of #07519C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07519C

Black with #07519C

Text Example


Text Example

White with #07519C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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