Html Css Color HEX #075698 Cobalt

📋 copy color: '#075698'

red 7 ◦ green 86 ◦ blue 152

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

Shades of Cobalt #075698

Tints of Cobalt #075698

RGB

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

 GREEN value IS 86 (33.98% from 255) = 35.1%

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

R = 2.86%
G = 35.1%
B = 62.04%

CMYK

 C value IS 0.95

 M value IS 0.43

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#075698 (or 0x075698) is known color: Cobalt. HEX triplet: 07, 56 and 98. RGB value is (7,86,152). Sum of RGB (Red+Green+Blue) = 7+86+152=245 (32% of max value = 765). Red value is 7 (3.12% from 255 or 2.86% from 245); Green value is 86 (33.98% from 255 or 35.10% from 245); Blue value is 152 (59.77% from 255 or 62.04% from 245); Max value from RGB is 152 - color contains mainly: blue. Hex color #075698 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #075698 is #F8A967. Grayscale: #454545. Windows color (decimal): -16296296 or 9983495. OLE color: 9983495.

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

Color convert

RGB 7 86 152 -
CMYK 0.95 0.43 0 0.40
HSL 207.31º 0.91% 0.31% -
HSV(B) 207.31º 0.95% 0.6% -
XYZ 9.08 8.97 30.96 -
YUV 69.9 174.33 83.13 -
System Red Green Blue C M Y K H S L
Decimal 7 86 152 0.95 0.43 0 0.40 207.31 0.91 0.31
Hex 7 56 98 5F 2B 0 28 CF 5B 1F
Octal 7 126 230 137 53 0 50 317 133 37
Binary 111 1010110 10011000 1011111 101011 0 101000 11001111 1011011 11111

Color Harmonies of #075698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075698

Black with #075698

Text Example


Text Example

White with #075698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075698; }

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

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

background-color css

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

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

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

border-color css

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

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

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