Html Css Color HEX #094575 Dark Cerulean

📋 copy color: '#094575'

red 9 ◦ green 69 ◦ blue 117

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

Shades of Dark Cerulean #094575

Tints of Dark Cerulean #094575

RGB

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

 GREEN value IS 69 (27.34% from 255) = 35.38%

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

R = 4.62%
G = 35.38%
B = 60%

CMYK

 C value IS 0.92

 M value IS 0.41

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#094575 (or 0x094575) is known color: Dark Cerulean. HEX triplet: 09, 45 and 75. RGB value is (9,69,117). Sum of RGB (Red+Green+Blue) = 9+69+117=195 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.62% from 195); Green value is 69 (27.34% from 255 or 35.38% from 195); Blue value is 117 (46.09% from 255 or 60% from 195); Max value from RGB is 117 - color contains mainly: blue. Hex color #094575 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094575 is #F6BA8A. Grayscale: #383838. Windows color (decimal): -16169611 or 7685385. OLE color: 7685385.

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

Color convert

RGB 9 69 117 -
CMYK 0.92 0.41 0 0.54
HSL 206.67º 0.86% 0.25% -
HSV(B) 206.67º 0.92% 0.46% -
XYZ 5.45 5.6 17.62 -
YUV 56.53 162.12 94.1 -
System Red Green Blue C M Y K H S L
Decimal 9 69 117 0.92 0.41 0 0.54 206.67 0.86 0.25
Hex 9 45 75 5C 29 0 36 CF 56 19
Octal 11 105 165 134 51 0 66 317 126 31
Binary 1001 1000101 1110101 1011100 101001 0 110110 11001111 1010110 11001

Color Harmonies of #094575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094575

Black with #094575

Text Example


Text Example

White with #094575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094575; }

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

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

background-color css

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

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

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

border-color css

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

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

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