Html Css Color HEX #075686 Dark Cerulean

📋 copy color: '#075686'

red 7 ◦ green 86 ◦ blue 134

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

Shades of Dark Cerulean #075686

Tints of Dark Cerulean #075686

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 59.03%

R = 3.08%
G = 37.89%
B = 59.03%

CMYK

 C value IS 0.95

 M value IS 0.36

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#075686 (or 0x075686) is known color: Dark Cerulean. HEX triplet: 07, 56 and 86. RGB value is (7,86,134). Sum of RGB (Red+Green+Blue) = 7+86+134=227 (30% of max value = 765). Red value is 7 (3.12% from 255 or 3.08% from 227); Green value is 86 (33.98% from 255 or 37.89% from 227); Blue value is 134 (52.73% from 255 or 59.03% from 227); Max value from RGB is 134 - color contains mainly: blue. Hex color #075686 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #075686 is #F8A979. Grayscale: #434343. Windows color (decimal): -16296314 or 8803847. OLE color: 8803847.

HSL color Cylindrical-coordinate representation of color #075686: hue angle of 202.68º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #075686 is Cyan = 0.95, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 7 86 134 -
CMYK 0.95 0.36 0 0.47
HSL 202.68º 0.9% 0.28% -
HSV(B) 202.68º 0.95% 0.53% -
XYZ 7.72 8.42 23.77 -
YUV 67.85 165.33 84.6 -
System Red Green Blue C M Y K H S L
Decimal 7 86 134 0.95 0.36 0 0.47 202.68 0.9 0.28
Hex 7 56 86 5F 24 0 2F CB 5A 1C
Octal 7 126 206 137 44 0 57 313 132 34
Binary 111 1010110 10000110 1011111 100100 0 101111 11001011 1011010 11100

Color Harmonies of #075686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075686

Black with #075686

Text Example


Text Example

White with #075686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075686; }

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

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

background-color css

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

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

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

border-color css

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

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

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