Html Css Color HEX #095377 Dark Cerulean

📋 copy color: '#095377'

red 9 ◦ green 83 ◦ blue 119

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

Shades of Dark Cerulean #095377

Tints of Dark Cerulean #095377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 56.4%

R = 4.27%
G = 39.34%
B = 56.4%

CMYK

 C value IS 0.92

 M value IS 0.30

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#095377 (or 0x095377) is known color: Dark Cerulean. HEX triplet: 09, 53 and 77. RGB value is (9,83,119). Sum of RGB (Red+Green+Blue) = 9+83+119=211 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.27% from 211); Green value is 83 (32.81% from 255 or 39.34% from 211); Blue value is 119 (46.88% from 255 or 56.40% from 211); Max value from RGB is 119 - color contains mainly: blue. Hex color #095377 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095377 is #F6AC88. Grayscale: #404040. Windows color (decimal): -16166025 or 7820041. OLE color: 7820041.

HSL color Cylindrical-coordinate representation of color #095377: hue angle of 199.64º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #095377 is Cyan = 0.92, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 9 83 119 -
CMYK 0.92 0.30 0 0.53
HSL 199.64º 0.86% 0.25% -
HSV(B) 199.64º 0.92% 0.47% -
XYZ 6.54 7.58 18.57 -
YUV 64.98 158.48 88.07 -
System Red Green Blue C M Y K H S L
Decimal 9 83 119 0.92 0.30 0 0.53 199.64 0.86 0.25
Hex 9 53 77 5C 1E 0 35 C8 56 19
Octal 11 123 167 134 36 0 65 310 126 31
Binary 1001 1010011 1110111 1011100 11110 0 110101 11001000 1010110 11001

Color Harmonies of #095377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095377

Black with #095377

Text Example


Text Example

White with #095377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095377; }

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

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

background-color css

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

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

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

border-color css

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

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

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