Html Css Color HEX #075286 Dark Cerulean

📋 copy color: '#075286'

red 7 ◦ green 82 ◦ blue 134

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

Shades of Dark Cerulean #075286

Tints of Dark Cerulean #075286

RGB

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

 GREEN value IS 82 (32.42% from 255) = 36.77%

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

R = 3.14%
G = 36.77%
B = 60.09%

CMYK

 C value IS 0.95

 M value IS 0.39

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#075286 (or 0x075286) is known color: Dark Cerulean. HEX triplet: 07, 52 and 86. RGB value is (7,82,134). Sum of RGB (Red+Green+Blue) = 7+82+134=223 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.14% from 223); Green value is 82 (32.42% from 255 or 36.77% from 223); Blue value is 134 (52.73% from 255 or 60.09% from 223); Max value from RGB is 134 - color contains mainly: blue. Hex color #075286 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #075286 is #F8AD79. Grayscale: #414141. Windows color (decimal): -16297338 or 8802823. OLE color: 8802823.

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

Color convert

RGB 7 82 134 -
CMYK 0.95 0.39 0 0.47
HSL 204.57º 0.9% 0.28% -
HSV(B) 204.57º 0.95% 0.53% -
XYZ 7.41 7.8 23.67 -
YUV 65.5 166.65 86.27 -
System Red Green Blue C M Y K H S L
Decimal 7 82 134 0.95 0.39 0 0.47 204.57 0.9 0.28
Hex 7 52 86 5F 27 0 2F CD 5A 1C
Octal 7 122 206 137 47 0 57 315 132 34
Binary 111 1010010 10000110 1011111 100111 0 101111 11001101 1011010 11100

Color Harmonies of #075286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075286

Black with #075286

Text Example


Text Example

White with #075286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075286; }

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

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

background-color css

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

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

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

border-color css

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

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

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