Html Css Color HEX #094275 Dark Cerulean

📋 copy color: '#094275'

red 9 ◦ green 66 ◦ blue 117

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

Shades of Dark Cerulean #094275

Tints of Dark Cerulean #094275

RGB

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

 GREEN value IS 66 (26.17% from 255) = 34.38%

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

R = 4.69%
G = 34.38%
B = 60.94%

CMYK

 C value IS 0.92

 M value IS 0.44

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#094275 (or 0x094275) is known color: Dark Cerulean. HEX triplet: 09, 42 and 75. RGB value is (9,66,117). Sum of RGB (Red+Green+Blue) = 9+66+117=192 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.69% from 192); Green value is 66 (26.17% from 255 or 34.38% from 192); Blue value is 117 (46.09% from 255 or 60.94% from 192); Max value from RGB is 117 - color contains mainly: blue. Hex color #094275 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094275 is #F6BD8A. Grayscale: #363636. Windows color (decimal): -16170379 or 7684617. OLE color: 7684617.

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

Color convert

RGB 9 66 117 -
CMYK 0.92 0.44 0 0.54
HSL 208.33º 0.86% 0.25% -
HSV(B) 208.33º 0.92% 0.46% -
XYZ 5.27 5.24 17.56 -
YUV 54.77 163.12 95.35 -
System Red Green Blue C M Y K H S L
Decimal 9 66 117 0.92 0.44 0 0.54 208.33 0.86 0.25
Hex 9 42 75 5C 2C 0 36 D0 56 19
Octal 11 102 165 134 54 0 66 320 126 31
Binary 1001 1000010 1110101 1011100 101100 0 110110 11010000 1010110 11001

Color Harmonies of #094275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094275

Black with #094275

Text Example


Text Example

White with #094275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094275; }

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

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

background-color css

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

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

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

border-color css

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

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

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