Html Css Color HEX #075899 Cobalt

📋 copy color: '#075899'

red 7 ◦ green 88 ◦ blue 153

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

Shades of Cobalt #075899

Tints of Cobalt #075899

RGB

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

 GREEN value IS 88 (34.77% from 255) = 35.48%

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

R = 2.82%
G = 35.48%
B = 61.69%

CMYK

 C value IS 0.95

 M value IS 0.42

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#075899 (or 0x075899) is known color: Cobalt. HEX triplet: 07, 58 and 99. RGB value is (7,88,153). Sum of RGB (Red+Green+Blue) = 7+88+153=248 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.82% from 248); Green value is 88 (34.77% from 255 or 35.48% from 248); Blue value is 153 (60.16% from 255 or 61.69% from 248); Max value from RGB is 153 - color contains mainly: blue. Hex color #075899 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #075899 is #F8A766. Grayscale: #464646. Windows color (decimal): -16295783 or 10049543. OLE color: 10049543.

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

Color convert

RGB 7 88 153 -
CMYK 0.95 0.42 0 0.4
HSL 206.71º 0.91% 0.31% -
HSV(B) 206.71º 0.95% 0.6% -
XYZ 9.33 9.32 31.45 -
YUV 71.19 174.16 82.21 -
System Red Green Blue C M Y K H S L
Decimal 7 88 153 0.95 0.42 0 0.4 206.71 0.91 0.31
Hex 7 58 99 5F 2A 0 28 CF 5B 1F
Octal 7 130 231 137 52 0 50 317 133 37
Binary 111 1011000 10011001 1011111 101010 0 101000 11001111 1011011 11111

Color Harmonies of #075899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075899

Black with #075899

Text Example


Text Example

White with #075899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075899; }

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

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

background-color css

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

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

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

border-color css

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

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

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