Html Css Color HEX #095893 Dark Cerulean

📋 copy color: '#095893'

red 9 ◦ green 88 ◦ blue 147

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

Shades of Dark Cerulean #095893

Tints of Dark Cerulean #095893

RGB

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

 GREEN value IS 88 (34.77% from 255) = 36.07%

 BLUE value IS 147 (57.81% from 255) = 60.25%

R = 3.69%
G = 36.07%
B = 60.25%

CMYK

 C value IS 0.94

 M value IS 0.40

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#095893 (or 0x095893) is known color: Dark Cerulean. HEX triplet: 09, 58 and 93. RGB value is (9,88,147). Sum of RGB (Red+Green+Blue) = 9+88+147=244 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.69% from 244); Green value is 88 (34.77% from 255 or 36.07% from 244); Blue value is 147 (57.81% from 255 or 60.25% from 244); Max value from RGB is 147 - color contains mainly: blue. Hex color #095893 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095893 is #F6A76C. Grayscale: #464646. Windows color (decimal): -16164717 or 9656329. OLE color: 9656329.

HSL color Cylindrical-coordinate representation of color #095893: hue angle of 205.65º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #095893 is Cyan = 0.94, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 9 88 147 -
CMYK 0.94 0.40 0 0.42
HSL 205.65º 0.88% 0.31% -
HSV(B) 205.65º 0.94% 0.58% -
XYZ 8.87 9.14 28.9 -
YUV 71.11 170.83 83.7 -
System Red Green Blue C M Y K H S L
Decimal 9 88 147 0.94 0.40 0 0.42 205.65 0.88 0.31
Hex 9 58 93 5E 28 0 2A CE 58 1F
Octal 11 130 223 136 50 0 52 316 130 37
Binary 1001 1011000 10010011 1011110 101000 0 101010 11001110 1011000 11111

Color Harmonies of #095893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095893

Black with #095893

Text Example


Text Example

White with #095893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095893; }

 p { color: rgb(9,88,147); }

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

background-color css

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

 a { background-color: rgb(9,88,147); }

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

border-color css

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

 span { border-color: rgb(9,88,147); }

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