Html Css Color HEX #095395 Dark Cerulean

📋 copy color: '#095395'

red 9 ◦ green 83 ◦ blue 149

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

Shades of Dark Cerulean #095395

Tints of Dark Cerulean #095395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 61.83%

R = 3.73%
G = 34.44%
B = 61.83%

CMYK

 C value IS 0.94

 M value IS 0.44

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#095395 (or 0x095395) is known color: Dark Cerulean. HEX triplet: 09, 53 and 95. RGB value is (9,83,149). Sum of RGB (Red+Green+Blue) = 9+83+149=241 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.73% from 241); Green value is 83 (32.81% from 255 or 34.44% from 241); Blue value is 149 (58.59% from 255 or 61.83% from 241); Max value from RGB is 149 - color contains mainly: blue. Hex color #095395 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095395 is #F6AC6A. Grayscale: #444444. Windows color (decimal): -16165995 or 9786121. OLE color: 9786121.

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

Color convert

RGB 9 83 149 -
CMYK 0.94 0.44 0 0.42
HSL 208.29º 0.89% 0.31% -
HSV(B) 208.29º 0.94% 0.58% -
XYZ 8.63 8.41 29.6 -
YUV 68.4 173.48 85.63 -
System Red Green Blue C M Y K H S L
Decimal 9 83 149 0.94 0.44 0 0.42 208.29 0.89 0.31
Hex 9 53 95 5E 2C 0 2A D0 59 1F
Octal 11 123 225 136 54 0 52 320 131 37
Binary 1001 1010011 10010101 1011110 101100 0 101010 11010000 1011001 11111

Color Harmonies of #095395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095395

Black with #095395

Text Example


Text Example

White with #095395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095395; }

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

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

background-color css

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

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

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

border-color css

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

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

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