Html Css Color HEX #095493 Dark Cerulean

📋 copy color: '#095493'

red 9 ◦ green 84 ◦ blue 147

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

Shades of Dark Cerulean #095493

Tints of Dark Cerulean #095493

RGB

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

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

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

R = 3.75%
G = 35%
B = 61.25%

CMYK

 C value IS 0.94

 M value IS 0.43

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#095493 (or 0x095493) is known color: Dark Cerulean. HEX triplet: 09, 54 and 93. RGB value is (9,84,147). Sum of RGB (Red+Green+Blue) = 9+84+147=240 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.75% from 240); Green value is 84 (33.20% from 255 or 35% from 240); Blue value is 147 (57.81% from 255 or 61.25% from 240); Max value from RGB is 147 - color contains mainly: blue. Hex color #095493 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095493 is #F6AB6C. Grayscale: #444444. Windows color (decimal): -16165741 or 9655305. OLE color: 9655305.

HSL color Cylindrical-coordinate representation of color #095493: hue angle of 207.39º 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 #095493 is Cyan = 0.94, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 9 84 147 -
CMYK 0.94 0.43 0 0.42
HSL 207.39º 0.88% 0.31% -
HSV(B) 207.39º 0.94% 0.58% -
XYZ 8.55 8.51 28.79 -
YUV 68.76 172.15 85.38 -
System Red Green Blue C M Y K H S L
Decimal 9 84 147 0.94 0.43 0 0.42 207.39 0.88 0.31
Hex 9 54 93 5E 2B 0 2A CF 58 1F
Octal 11 124 223 136 53 0 52 317 130 37
Binary 1001 1010100 10010011 1011110 101011 0 101010 11001111 1011000 11111

Color Harmonies of #095493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095493

Black with #095493

Text Example


Text Example

White with #095493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095493; }

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

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

background-color css

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

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

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

border-color css

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

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

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