Html Css Color HEX #095487 Dark Cerulean

📋 copy color: '#095487'

red 9 ◦ green 84 ◦ blue 135

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

Shades of Dark Cerulean #095487

Tints of Dark Cerulean #095487

RGB

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

 GREEN value IS 84 (33.2% from 255) = 36.84%

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

R = 3.95%
G = 36.84%
B = 59.21%

CMYK

 C value IS 0.93

 M value IS 0.38

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#095487 (or 0x095487) is known color: Dark Cerulean. HEX triplet: 09, 54 and 87. RGB value is (9,84,135). Sum of RGB (Red+Green+Blue) = 9+84+135=228 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.95% from 228); Green value is 84 (33.20% from 255 or 36.84% from 228); Blue value is 135 (53.12% from 255 or 59.21% from 228); Max value from RGB is 135 - color contains mainly: blue. Hex color #095487 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095487 is #F6AB78. Grayscale: #434343. Windows color (decimal): -16165753 or 8868873. OLE color: 8868873.

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

Color convert

RGB 9 84 135 -
CMYK 0.93 0.38 0 0.47
HSL 204.29º 0.88% 0.28% -
HSV(B) 204.29º 0.93% 0.53% -
XYZ 7.66 8.15 24.09 -
YUV 67.39 166.15 86.35 -
System Red Green Blue C M Y K H S L
Decimal 9 84 135 0.93 0.38 0 0.47 204.29 0.88 0.28
Hex 9 54 87 5D 26 0 2F CC 58 1C
Octal 11 124 207 135 46 0 57 314 130 34
Binary 1001 1010100 10000111 1011101 100110 0 101111 11001100 1011000 11100

Color Harmonies of #095487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095487

Black with #095487

Text Example


Text Example

White with #095487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095487; }

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

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

background-color css

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

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

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

border-color css

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

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

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