Html Css Color HEX #075E99 Cobalt

📋 copy color: '#075E99'

red 7 ◦ green 94 ◦ blue 153

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

Shades of Cobalt #075E99

Tints of Cobalt #075E99

RGB

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

 GREEN value IS 94 (37.11% from 255) = 37.01%

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

R = 2.76%
G = 37.01%
B = 60.24%

CMYK

 C value IS 0.95

 M value IS 0.39

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#075E99 (or 0x075E99) is known color: Cobalt. HEX triplet: 07, 5E and 99. RGB value is (7,94,153). Sum of RGB (Red+Green+Blue) = 7+94+153=254 (33% of max value = 765). Red value is 7 (3.12% from 255 or 2.76% from 254); Green value is 94 (37.11% from 255 or 37.01% from 254); Blue value is 153 (60.16% from 255 or 60.24% from 254); Max value from RGB is 153 - color contains mainly: blue. Hex color #075E99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #075E99 is #F8A166. Grayscale: #4A4A4A. Windows color (decimal): -16294247 or 10051079. OLE color: 10051079.

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

Color convert

RGB 7 94 153 -
CMYK 0.95 0.39 0 0.4
HSL 204.25º 0.91% 0.31% -
HSV(B) 204.25º 0.95% 0.6% -
XYZ 9.84 10.35 31.62 -
YUV 74.71 172.18 79.7 -
System Red Green Blue C M Y K H S L
Decimal 7 94 153 0.95 0.39 0 0.4 204.25 0.91 0.31
Hex 7 5E 99 5F 27 0 28 CC 5B 1F
Octal 7 136 231 137 47 0 50 314 133 37
Binary 111 1011110 10011001 1011111 100111 0 101000 11001100 1011011 11111

Color Harmonies of #075E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075E99

Black with #075E99

Text Example


Text Example

White with #075E99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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