Html Css Color HEX #094A75 Dark Cerulean

📋 copy color: '#094A75'

red 9 ◦ green 74 ◦ blue 117

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

Shades of Dark Cerulean #094A75

Tints of Dark Cerulean #094A75

RGB

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

 GREEN value IS 74 (29.3% from 255) = 37%

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

R = 4.5%
G = 37%
B = 58.5%

CMYK

 C value IS 0.92

 M value IS 0.37

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#094A75 (or 0x094A75) is known color: Dark Cerulean. HEX triplet: 09, 4A and 75. RGB value is (9,74,117). Sum of RGB (Red+Green+Blue) = 9+74+117=200 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.5% from 200); Green value is 74 (29.30% from 255 or 37% from 200); Blue value is 117 (46.09% from 255 or 58.5% from 200); Max value from RGB is 117 - color contains mainly: blue. Hex color #094A75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094A75 is #F6B58A. Grayscale: #3B3B3B. Windows color (decimal): -16168331 or 7686665. OLE color: 7686665.

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

Color convert

RGB 9 74 117 -
CMYK 0.92 0.37 0 0.54
HSL 203.89º 0.86% 0.25% -
HSV(B) 203.89º 0.92% 0.46% -
XYZ 5.77 6.24 17.73 -
YUV 59.47 160.47 92 -
System Red Green Blue C M Y K H S L
Decimal 9 74 117 0.92 0.37 0 0.54 203.89 0.86 0.25
Hex 9 4A 75 5C 25 0 36 CC 56 19
Octal 11 112 165 134 45 0 66 314 126 31
Binary 1001 1001010 1110101 1011100 100101 0 110110 11001100 1010110 11001

Color Harmonies of #094A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094A75

Black with #094A75

Text Example


Text Example

White with #094A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094A75; }

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

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

background-color css

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

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

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

border-color css

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

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

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