Html Css Color HEX #075099 Cobalt

📋 copy color: '#075099'

red 7 ◦ green 80 ◦ blue 153

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

Shades of Cobalt #075099

Tints of Cobalt #075099

RGB

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

 GREEN value IS 80 (31.64% from 255) = 33.33%

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

R = 2.92%
G = 33.33%
B = 63.75%

CMYK

 C value IS 0.95

 M value IS 0.48

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#075099 (or 0x075099) is known color: Cobalt. HEX triplet: 07, 50 and 99. RGB value is (7,80,153). Sum of RGB (Red+Green+Blue) = 7+80+153=240 (31% of max value = 765). Red value is 7 (3.12% from 255 or 2.92% from 240); Green value is 80 (31.64% from 255 or 33.33% from 240); Blue value is 153 (60.16% from 255 or 63.75% from 240); Max value from RGB is 153 - color contains mainly: blue. Hex color #075099 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #075099 is #F8AF66. Grayscale: #424242. Windows color (decimal): -16297831 or 10047495. OLE color: 10047495.

HSL color Cylindrical-coordinate representation of color #075099: hue angle of 210º 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 #075099 is Cyan = 0.95, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 7 80 153 -
CMYK 0.95 0.48 0 0.4
HSL 210º 0.91% 0.31% -
HSV(B) 210º 0.95% 0.6% -
XYZ 8.71 8.08 31.24 -
YUV 66.5 176.82 85.56 -
System Red Green Blue C M Y K H S L
Decimal 7 80 153 0.95 0.48 0 0.4 210 0.91 0.31
Hex 7 50 99 5F 30 0 28 D2 5B 1F
Octal 7 120 231 137 60 0 50 322 133 37
Binary 111 1010000 10011001 1011111 110000 0 101000 11010010 1011011 11111

Color Harmonies of #075099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075099

Black with #075099

Text Example


Text Example

White with #075099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075099; }

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

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

background-color css

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

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

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

border-color css

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

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

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