Html Css Color HEX #075A99 Cobalt

📋 copy color: '#075A99'

red 7 ◦ green 90 ◦ blue 153

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

Shades of Cobalt #075A99

Tints of Cobalt #075A99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 61.2%

R = 2.8%
G = 36%
B = 61.2%

CMYK

 C value IS 0.95

 M value IS 0.41

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#075A99 (or 0x075A99) is known color: Cobalt. HEX triplet: 07, 5A and 99. RGB value is (7,90,153). Sum of RGB (Red+Green+Blue) = 7+90+153=250 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.8% from 250); Green value is 90 (35.55% from 255 or 36% from 250); Blue value is 153 (60.16% from 255 or 61.2% from 250); Max value from RGB is 153 - color contains mainly: blue. Hex color #075A99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #075A99 is #F8A566. Grayscale: #484848. Windows color (decimal): -16295271 or 10050055. OLE color: 10050055.

HSL color Cylindrical-coordinate representation of color #075A99: hue angle of 205.89º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #075A99 is Cyan = 0.95, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 7 90 153 -
CMYK 0.95 0.41 0 0.4
HSL 205.89º 0.91% 0.31% -
HSV(B) 205.89º 0.95% 0.6% -
XYZ 9.49 9.66 31.5 -
YUV 72.37 173.5 81.38 -
System Red Green Blue C M Y K H S L
Decimal 7 90 153 0.95 0.41 0 0.4 205.89 0.91 0.31
Hex 7 5A 99 5F 29 0 28 CE 5B 1F
Octal 7 132 231 137 51 0 50 316 133 37
Binary 111 1011010 10011001 1011111 101001 0 101000 11001110 1011011 11111

Color Harmonies of #075A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075A99

Black with #075A99

Text Example


Text Example

White with #075A99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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