Html Css Color HEX #094375 Dark Cerulean

📋 copy color: '#094375'

red 9 ◦ green 67 ◦ blue 117

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

Shades of Dark Cerulean #094375

Tints of Dark Cerulean #094375

RGB

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

 GREEN value IS 67 (26.56% from 255) = 34.72%

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

R = 4.66%
G = 34.72%
B = 60.62%

CMYK

 C value IS 0.92

 M value IS 0.43

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#094375 (or 0x094375) is known color: Dark Cerulean. HEX triplet: 09, 43 and 75. RGB value is (9,67,117). Sum of RGB (Red+Green+Blue) = 9+67+117=193 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.66% from 193); Green value is 67 (26.56% from 255 or 34.72% from 193); Blue value is 117 (46.09% from 255 or 60.62% from 193); Max value from RGB is 117 - color contains mainly: blue. Hex color #094375 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094375 is #F6BC8A. Grayscale: #373737. Windows color (decimal): -16170123 or 7684873. OLE color: 7684873.

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

Color convert

RGB 9 67 117 -
CMYK 0.92 0.43 0 0.54
HSL 207.78º 0.86% 0.25% -
HSV(B) 207.78º 0.92% 0.46% -
XYZ 5.33 5.36 17.58 -
YUV 55.36 162.78 94.93 -
System Red Green Blue C M Y K H S L
Decimal 9 67 117 0.92 0.43 0 0.54 207.78 0.86 0.25
Hex 9 43 75 5C 2B 0 36 D0 56 19
Octal 11 103 165 134 53 0 66 320 126 31
Binary 1001 1000011 1110101 1011100 101011 0 110110 11010000 1010110 11001

Color Harmonies of #094375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094375

Black with #094375

Text Example


Text Example

White with #094375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094375; }

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

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

background-color css

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

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

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

border-color css

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

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

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