Html Css Color HEX #075AAE Cobalt

📋 copy color: '#075AAE'

red 7 ◦ green 90 ◦ blue 174

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

Shades of Cobalt #075AAE

Tints of Cobalt #075AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 64.21%

R = 2.58%
G = 33.21%
B = 64.21%

CMYK

 C value IS 0.96

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#075AAE (or 0x075AAE) is known color: Cobalt. HEX triplet: 07, 5A and AE. RGB value is (7,90,174). Sum of RGB (Red+Green+Blue) = 7+90+174=271 (35% of max value = 765). Red value is 7 (3.12% from 255 or 2.58% from 271); Green value is 90 (35.55% from 255 or 33.21% from 271); Blue value is 174 (68.36% from 255 or 64.21% from 271); Max value from RGB is 174 - color contains mainly: blue. Hex color #075AAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #075AAE is #F8A551. Grayscale: #4A4A4A. Windows color (decimal): -16295250 or 11426311. OLE color: 11426311.

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

Color convert

RGB 7 90 174 -
CMYK 0.96 0.48 0 0.32
HSL 210.18º 0.92% 0.35% -
HSV(B) 210.18º 0.96% 0.68% -
XYZ 11.38 10.41 41.45 -
YUV 74.76 184 79.67 -
System Red Green Blue C M Y K H S L
Decimal 7 90 174 0.96 0.48 0 0.32 210.18 0.92 0.35
Hex 7 5A AE 60 30 0 20 D2 5C 23
Octal 7 132 256 140 60 0 40 322 134 43
Binary 111 1011010 10101110 1100000 110000 0 100000 11010010 1011100 100011

Color Harmonies of #075AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075AAE

Black with #075AAE

Text Example


Text Example

White with #075AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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