Html Css Color HEX #095375 Dark Cerulean

📋 copy color: '#095375'

red 9 ◦ green 83 ◦ blue 117

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

Shades of Dark Cerulean #095375

Tints of Dark Cerulean #095375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 55.98%

R = 4.31%
G = 39.71%
B = 55.98%

CMYK

 C value IS 0.92

 M value IS 0.29

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#095375 (or 0x095375) is known color: Dark Cerulean. HEX triplet: 09, 53 and 75. RGB value is (9,83,117). Sum of RGB (Red+Green+Blue) = 9+83+117=209 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.31% from 209); Green value is 83 (32.81% from 255 or 39.71% from 209); Blue value is 117 (46.09% from 255 or 55.98% from 209); Max value from RGB is 117 - color contains mainly: blue. Hex color #095375 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095375 is #F6AC8A. Grayscale: #404040. Windows color (decimal): -16166027 or 7688969. OLE color: 7688969.

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

Color convert

RGB 9 83 117 -
CMYK 0.92 0.29 0 0.54
HSL 198.89º 0.86% 0.25% -
HSV(B) 198.89º 0.92% 0.46% -
XYZ 6.42 7.53 17.94 -
YUV 64.75 157.48 88.24 -
System Red Green Blue C M Y K H S L
Decimal 9 83 117 0.92 0.29 0 0.54 198.89 0.86 0.25
Hex 9 53 75 5C 1D 0 36 C7 56 19
Octal 11 123 165 134 35 0 66 307 126 31
Binary 1001 1010011 1110101 1011100 11101 0 110110 11000111 1010110 11001

Color Harmonies of #095375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095375

Black with #095375

Text Example


Text Example

White with #095375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095375; }

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

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

background-color css

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

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

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

border-color css

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

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

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