Html Css Color HEX #075998 Cobalt

📋 copy color: '#075998'

red 7 ◦ green 89 ◦ blue 152

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

Shades of Cobalt #075998

Tints of Cobalt #075998

RGB

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

 GREEN value IS 89 (35.16% from 255) = 35.89%

 BLUE value IS 152 (59.77% from 255) = 61.29%

R = 2.82%
G = 35.89%
B = 61.29%

CMYK

 C value IS 0.95

 M value IS 0.41

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#075998 (or 0x075998) is known color: Cobalt. HEX triplet: 07, 59 and 98. RGB value is (7,89,152). Sum of RGB (Red+Green+Blue) = 7+89+152=248 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.82% from 248); Green value is 89 (35.16% from 255 or 35.89% from 248); Blue value is 152 (59.77% from 255 or 61.29% from 248); Max value from RGB is 152 - color contains mainly: blue. Hex color #075998 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #075998 is #F8A667. Grayscale: #474747. Windows color (decimal): -16295528 or 9984263. OLE color: 9984263.

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

Color convert

RGB 7 89 152 -
CMYK 0.95 0.41 0 0.40
HSL 206.07º 0.91% 0.31% -
HSV(B) 206.07º 0.95% 0.6% -
XYZ 9.33 9.46 31.04 -
YUV 71.66 173.33 81.88 -
System Red Green Blue C M Y K H S L
Decimal 7 89 152 0.95 0.41 0 0.40 206.07 0.91 0.31
Hex 7 59 98 5F 29 0 28 CE 5B 1F
Octal 7 131 230 137 51 0 50 316 133 37
Binary 111 1011001 10011000 1011111 101001 0 101000 11001110 1011011 11111

Color Harmonies of #075998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075998

Black with #075998

Text Example


Text Example

White with #075998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075998; }

 p { color: rgb(7,89,152); }

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

background-color css

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

 a { background-color: rgb(7,89,152); }

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

border-color css

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

 span { border-color: rgb(7,89,152); }

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