Html Css Color HEX #075AAC Cobalt

📋 copy color: '#075AAC'

red 7 ◦ green 90 ◦ blue 172

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

Shades of Cobalt #075AAC

Tints of Cobalt #075AAC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 33.46%

 BLUE value IS 172 (67.58% from 255) = 63.94%

R = 2.6%
G = 33.46%
B = 63.94%

CMYK

 C value IS 0.96

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#075AAC (or 0x075AAC) is known color: Cobalt. HEX triplet: 07, 5A and AC. RGB value is (7,90,172). Sum of RGB (Red+Green+Blue) = 7+90+172=269 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.60% from 269); Green value is 90 (35.55% from 255 or 33.46% from 269); Blue value is 172 (67.58% from 255 or 63.94% from 269); Max value from RGB is 172 - color contains mainly: blue. Hex color #075AAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #075AAC is #F8A553. Grayscale: #4A4A4A. Windows color (decimal): -16295252 or 11295239. OLE color: 11295239.

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

Color convert

RGB 7 90 172 -
CMYK 0.96 0.48 0 0.33
HSL 209.82º 0.92% 0.35% -
HSV(B) 209.82º 0.96% 0.67% -
XYZ 11.19 10.34 40.44 -
YUV 74.53 183 79.83 -
System Red Green Blue C M Y K H S L
Decimal 7 90 172 0.96 0.48 0 0.33 209.82 0.92 0.35
Hex 7 5A AC 60 30 0 21 D2 5C 23
Octal 7 132 254 140 60 0 41 322 134 43
Binary 111 1011010 10101100 1100000 110000 0 100001 11010010 1011100 100011

Color Harmonies of #075AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075AAC

Black with #075AAC

Text Example


Text Example

White with #075AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075AAC; }

 p { color: rgb(7,90,172); }

 H1.HeaderClassName
 {
   color: #075AAC;
 }
 .AnyTagClassName
 {
   color: #075AAC;
 }
</style>

background-color css

<style>
 a { background-color: #075AAC; }

 a { background-color: rgb(7,90,172); }

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

border-color css

<style>
 span { border-color: #075AAC; }

 span { border-color: rgb(7,90,172); }

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