Html Css Color HEX #0759AD Cobalt

📋 copy color: '#0759AD'

red 7 ◦ green 89 ◦ blue 173

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

Shades of Cobalt #0759AD

Tints of Cobalt #0759AD

RGB

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

 GREEN value IS 89 (35.16% from 255) = 33.09%

 BLUE value IS 173 (67.97% from 255) = 64.31%

R = 2.6%
G = 33.09%
B = 64.31%

CMYK

 C value IS 0.96

 M value IS 0.49

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0759AD (or 0x0759AD) is known color: Cobalt. HEX triplet: 07, 59 and AD. RGB value is (7,89,173). Sum of RGB (Red+Green+Blue) = 7+89+173=269 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.60% from 269); Green value is 89 (35.16% from 255 or 33.09% from 269); Blue value is 173 (67.97% from 255 or 64.31% from 269); Max value from RGB is 173 - color contains mainly: blue. Hex color #0759AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0759AD is #F8A652. Grayscale: #494949. Windows color (decimal): -16295507 or 11360519. OLE color: 11360519.

HSL color Cylindrical-coordinate representation of color #0759AD: hue angle of 210.36º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0759AD is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 7 89 173 -
CMYK 0.96 0.49 0 0.32
HSL 210.36º 0.92% 0.35% -
HSV(B) 210.36º 0.96% 0.68% -
XYZ 11.2 10.21 40.91 -
YUV 74.06 183.83 80.17 -
System Red Green Blue C M Y K H S L
Decimal 7 89 173 0.96 0.49 0 0.32 210.36 0.92 0.35
Hex 7 59 AD 60 31 0 20 D2 5C 23
Octal 7 131 255 140 61 0 40 322 134 43
Binary 111 1011001 10101101 1100000 110001 0 100000 11010010 1011100 100011

Color Harmonies of #0759AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0759AD

Black with #0759AD

Text Example


Text Example

White with #0759AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0759AD; }

 p { color: rgb(7,89,173); }

 H1.HeaderClassName
 {
   color: #0759AD;
 }
 .AnyTagClassName
 {
   color: #0759AD;
 }
</style>

background-color css

<style>
 a { background-color: #0759AD; }

 a { background-color: rgb(7,89,173); }

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

border-color css

<style>
 span { border-color: #0759AD; }

 span { border-color: rgb(7,89,173); }

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