Html Css Color HEX #095374 Dark Cerulean

📋 copy color: '#095374'

red 9 ◦ green 83 ◦ blue 116

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

Shades of Dark Cerulean #095374

Tints of Dark Cerulean #095374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 55.77%

R = 4.33%
G = 39.9%
B = 55.77%

CMYK

 C value IS 0.92

 M value IS 0.28

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#095374 (or 0x095374) is known color: Dark Cerulean. HEX triplet: 09, 53 and 74. RGB value is (9,83,116). Sum of RGB (Red+Green+Blue) = 9+83+116=208 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.33% from 208); Green value is 83 (32.81% from 255 or 39.90% from 208); Blue value is 116 (45.70% from 255 or 55.77% from 208); Max value from RGB is 116 - color contains mainly: blue. Hex color #095374 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #095374 is #F6AC8B. Grayscale: #404040. Windows color (decimal): -16166028 or 7623433. OLE color: 7623433.

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

Color convert

RGB 9 83 116 -
CMYK 0.92 0.28 0 0.55
HSL 198.5º 0.86% 0.25% -
HSV(B) 198.5º 0.92% 0.45% -
XYZ 6.36 7.51 17.64 -
YUV 64.64 156.98 88.32 -
System Red Green Blue C M Y K H S L
Decimal 9 83 116 0.92 0.28 0 0.55 198.5 0.86 0.25
Hex 9 53 74 5C 1C 0 37 C7 56 19
Octal 11 123 164 134 34 0 67 307 126 31
Binary 1001 1010011 1110100 1011100 11100 0 110111 11000111 1010110 11001

Color Harmonies of #095374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095374

Black with #095374

Text Example


Text Example

White with #095374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095374; }

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

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

background-color css

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

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

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

border-color css

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

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

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