Html Css Color HEX #0754AA Cobalt

📋 copy color: '#0754AA'

red 7 ◦ green 84 ◦ blue 170

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

Shades of Cobalt #0754AA

Tints of Cobalt #0754AA

RGB

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

 GREEN value IS 84 (33.2% from 255) = 32.18%

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

R = 2.68%
G = 32.18%
B = 65.13%

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

#0754AA (or 0x0754AA) is known color: Cobalt. HEX triplet: 07, 54 and AA. RGB value is (7,84,170). Sum of RGB (Red+Green+Blue) = 7+84+170=261 (34% of max value = 765). Red value is 7 (3.12% from 255 or 2.68% from 261); Green value is 84 (33.20% from 255 or 32.18% from 261); Blue value is 170 (66.80% from 255 or 65.13% from 261); Max value from RGB is 170 - color contains mainly: blue. Hex color #0754AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0754AA is #F8AB55. Grayscale: #464646. Windows color (decimal): -16296790 or 11162631. OLE color: 11162631.

HSL color Cylindrical-coordinate representation of color #0754AA: hue angle of 211.66º 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 #0754AA is Cyan = 0.96, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 7 84 170 -
CMYK 0.96 0.51 0 0.33
HSL 211.66º 0.92% 0.35% -
HSV(B) 211.66º 0.96% 0.67% -
XYZ 10.51 9.29 39.27 -
YUV 70.78 183.99 82.51 -
System Red Green Blue C M Y K H S L
Decimal 7 84 170 0.96 0.51 0 0.33 211.66 0.92 0.35
Hex 7 54 AA 60 33 0 21 D4 5C 23
Octal 7 124 252 140 63 0 41 324 134 43
Binary 111 1010100 10101010 1100000 110011 0 100001 11010100 1011100 100011

Color Harmonies of #0754AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0754AA

Black with #0754AA

Text Example


Text Example

White with #0754AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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