Html Css Color HEX #094669 Dark Cerulean

📋 copy color: '#094669'

red 9 ◦ green 70 ◦ blue 105

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

Shades of Dark Cerulean #094669

Tints of Dark Cerulean #094669

RGB

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

 GREEN value IS 70 (27.73% from 255) = 38.04%

 BLUE value IS 105 (41.41% from 255) = 57.07%

R = 4.89%
G = 38.04%
B = 57.07%

CMYK

 C value IS 0.91

 M value IS 0.33

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#094669 (or 0x094669) is known color: Dark Cerulean. HEX triplet: 09, 46 and 69. RGB value is (9,70,105). Sum of RGB (Red+Green+Blue) = 9+70+105=184 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.89% from 184); Green value is 70 (27.73% from 255 or 38.04% from 184); Blue value is 105 (41.41% from 255 or 57.07% from 184); Max value from RGB is 105 - color contains mainly: blue. Hex color #094669 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094669 is #F6B996. Grayscale: #373737. Windows color (decimal): -16169367 or 6899209. OLE color: 6899209.

HSL color Cylindrical-coordinate representation of color #094669: hue angle of 201.88º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #094669 is Cyan = 0.91, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 9 70 105 -
CMYK 0.91 0.33 0 0.59
HSL 201.88º 0.84% 0.22% -
HSV(B) 201.88º 0.91% 0.41% -
XYZ 4.85 5.46 14.16 -
YUV 55.75 155.79 94.65 -
System Red Green Blue C M Y K H S L
Decimal 9 70 105 0.91 0.33 0 0.59 201.88 0.84 0.22
Hex 9 46 69 5B 21 0 3B CA 54 16
Octal 11 106 151 133 41 0 73 312 124 26
Binary 1001 1000110 1101001 1011011 100001 0 111011 11001010 1010100 10110

Color Harmonies of #094669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094669

Black with #094669

Text Example


Text Example

White with #094669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094669; }

 p { color: rgb(9,70,105); }

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

background-color css

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

 a { background-color: rgb(9,70,105); }

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

border-color css

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

 span { border-color: rgb(9,70,105); }

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