Html Css Color HEX #075386 Dark Cerulean

📋 copy color: '#075386'

red 7 ◦ green 83 ◦ blue 134

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

Shades of Dark Cerulean #075386

Tints of Dark Cerulean #075386

RGB

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

 GREEN value IS 83 (32.81% from 255) = 37.05%

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

R = 3.13%
G = 37.05%
B = 59.82%

CMYK

 C value IS 0.95

 M value IS 0.38

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#075386 (or 0x075386) is known color: Dark Cerulean. HEX triplet: 07, 53 and 86. RGB value is (7,83,134). Sum of RGB (Red+Green+Blue) = 7+83+134=224 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.12% from 224); Green value is 83 (32.81% from 255 or 37.05% from 224); Blue value is 134 (52.73% from 255 or 59.82% from 224); Max value from RGB is 134 - color contains mainly: blue. Hex color #075386 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #075386 is #F8AC79. Grayscale: #414141. Windows color (decimal): -16297082 or 8803079. OLE color: 8803079.

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

Color convert

RGB 7 83 134 -
CMYK 0.95 0.38 0 0.47
HSL 204.09º 0.9% 0.28% -
HSV(B) 204.09º 0.95% 0.53% -
XYZ 7.48 7.95 23.69 -
YUV 66.09 166.32 85.85 -
System Red Green Blue C M Y K H S L
Decimal 7 83 134 0.95 0.38 0 0.47 204.09 0.9 0.28
Hex 7 53 86 5F 26 0 2F CC 5A 1C
Octal 7 123 206 137 46 0 57 314 132 34
Binary 111 1010011 10000110 1011111 100110 0 101111 11001100 1011010 11100

Color Harmonies of #075386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075386

Black with #075386

Text Example


Text Example

White with #075386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #075386; }

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

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

background-color css

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

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

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

border-color css

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

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

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