Html Css Color HEX #095387 Dark Cerulean

📋 copy color: '#095387'

red 9 ◦ green 83 ◦ blue 135

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

Shades of Dark Cerulean #095387

Tints of Dark Cerulean #095387

RGB

 RED value IS 9 (3.91% from 255) = 3.96%

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

 BLUE value IS 135 (53.13% from 255) = 59.47%

R = 3.96%
G = 36.56%
B = 59.47%

CMYK

 C value IS 0.93

 M value IS 0.39

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#095387 (or 0x095387) is known color: Dark Cerulean. HEX triplet: 09, 53 and 87. RGB value is (9,83,135). Sum of RGB (Red+Green+Blue) = 9+83+135=227 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.96% from 227); Green value is 83 (32.81% from 255 or 36.56% from 227); Blue value is 135 (53.12% from 255 or 59.47% from 227); Max value from RGB is 135 - color contains mainly: blue. Hex color #095387 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095387 is #F6AC78. Grayscale: #424242. Windows color (decimal): -16166009 or 8868617. OLE color: 8868617.

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

Color convert

RGB 9 83 135 -
CMYK 0.93 0.39 0 0.47
HSL 204.76º 0.88% 0.28% -
HSV(B) 204.76º 0.93% 0.53% -
XYZ 7.58 7.99 24.07 -
YUV 66.8 166.48 86.77 -
System Red Green Blue C M Y K H S L
Decimal 9 83 135 0.93 0.39 0 0.47 204.76 0.88 0.28
Hex 9 53 87 5D 27 0 2F CD 58 1C
Octal 11 123 207 135 47 0 57 315 130 34
Binary 1001 1010011 10000111 1011101 100111 0 101111 11001101 1011000 11100

Color Harmonies of #095387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095387

Black with #095387

Text Example


Text Example

White with #095387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095387; }

 p { color: rgb(9,83,135); }

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

background-color css

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

 a { background-color: rgb(9,83,135); }

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

border-color css

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

 span { border-color: rgb(9,83,135); }

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