Html Css Color HEX #0753AA Cobalt

📋 copy color: '#0753AA'

red 7 ◦ green 83 ◦ blue 170

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

Shades of Cobalt #0753AA

Tints of Cobalt #0753AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 65.38%

R = 2.69%
G = 31.92%
B = 65.38%

CMYK

 C value IS 0.96

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0753AA (or 0x0753AA) is known color: Cobalt. HEX triplet: 07, 53 and AA. RGB value is (7,83,170). Sum of RGB (Red+Green+Blue) = 7+83+170=260 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.69% from 260); Green value is 83 (32.81% from 255 or 31.92% from 260); Blue value is 170 (66.80% from 255 or 65.38% from 260); Max value from RGB is 170 - color contains mainly: blue. Hex color #0753AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0753AA is #F8AC55. Grayscale: #454545. Windows color (decimal): -16297046 or 11162375. OLE color: 11162375.

HSL color Cylindrical-coordinate representation of color #0753AA: hue angle of 212.02º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0753AA is Cyan = 0.96, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 7 83 170 -
CMYK 0.96 0.51 0 0.33
HSL 212.02º 0.92% 0.35% -
HSV(B) 212.02º 0.96% 0.67% -
XYZ 10.44 9.13 39.24 -
YUV 70.19 184.32 82.93 -
System Red Green Blue C M Y K H S L
Decimal 7 83 170 0.96 0.51 0 0.33 212.02 0.92 0.35
Hex 7 53 AA 60 33 0 21 D4 5C 23
Octal 7 123 252 140 63 0 41 324 134 43
Binary 111 1010011 10101010 1100000 110011 0 100001 11010100 1011100 100011

Color Harmonies of #0753AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0753AA

Black with #0753AA

Text Example


Text Example

White with #0753AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0753AA; }

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

 H1.HeaderClassName
 {
   color: #0753AA;
 }
 .AnyTagClassName
 {
   color: #0753AA;
 }
</style>

background-color css

<style>
 a { background-color: #0753AA; }

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

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

border-color css

<style>
 span { border-color: #0753AA; }

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

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