Html Css Color HEX #07539B Cobalt

📋 copy color: '#07539B'

red 7 ◦ green 83 ◦ blue 155

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

Shades of Cobalt #07539B

Tints of Cobalt #07539B

RGB

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

 GREEN value IS 83 (32.81% from 255) = 33.88%

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

R = 2.86%
G = 33.88%
B = 63.27%

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

#07539B (or 0x07539B) is known color: Cobalt. HEX triplet: 07, 53 and 9B. RGB value is (7,83,155). Sum of RGB (Red+Green+Blue) = 7+83+155=245 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.86% from 245); Green value is 83 (32.81% from 255 or 33.88% from 245); Blue value is 155 (60.94% from 255 or 63.27% from 245); Max value from RGB is 155 - color contains mainly: blue. Hex color #07539B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #07539B is #F8AC64. Grayscale: #444444. Windows color (decimal): -16297061 or 10179335. OLE color: 10179335.

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

Color convert

RGB 7 83 155 -
CMYK 0.95 0.46 0 0.39
HSL 209.19º 0.91% 0.32% -
HSV(B) 209.19º 0.95% 0.61% -
XYZ 9.1 8.6 32.19 -
YUV 68.48 176.82 84.15 -
System Red Green Blue C M Y K H S L
Decimal 7 83 155 0.95 0.46 0 0.39 209.19 0.91 0.32
Hex 7 53 9B 5F 2E 0 27 D1 5B 20
Octal 7 123 233 137 56 0 47 321 133 40
Binary 111 1010011 10011011 1011111 101110 0 100111 11010001 1011011 100000

Color Harmonies of #07539B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07539B

Black with #07539B

Text Example


Text Example

White with #07539B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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