Html Css Color HEX #094680 Dark Cerulean

📋 copy color: '#094680'

red 9 ◦ green 70 ◦ blue 128

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

Shades of Dark Cerulean #094680

Tints of Dark Cerulean #094680

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 61.84%

R = 4.35%
G = 33.82%
B = 61.84%

CMYK

 C value IS 0.93

 M value IS 0.45

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#094680 (or 0x094680) is known color: Dark Cerulean. HEX triplet: 09, 46 and 80. RGB value is (9,70,128). Sum of RGB (Red+Green+Blue) = 9+70+128=207 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.35% from 207); Green value is 70 (27.73% from 255 or 33.82% from 207); Blue value is 128 (50.39% from 255 or 61.84% from 207); Max value from RGB is 128 - color contains mainly: blue. Hex color #094680 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094680 is #F6B97F. Grayscale: #3A3A3A. Windows color (decimal): -16169344 or 8406537. OLE color: 8406537.

HSL color Cylindrical-coordinate representation of color #094680: hue angle of 209.24º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #094680 is Cyan = 0.93, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 9 70 128 -
CMYK 0.93 0.45 0 0.50
HSL 209.24º 0.87% 0.27% -
HSV(B) 209.24º 0.93% 0.5% -
XYZ 6.2 6 21.25 -
YUV 58.37 167.29 92.78 -
System Red Green Blue C M Y K H S L
Decimal 9 70 128 0.93 0.45 0 0.50 209.24 0.87 0.27
Hex 9 46 80 5D 2D 0 32 D1 57 1B
Octal 11 106 200 135 55 0 62 321 127 33
Binary 1001 1000110 10000000 1011101 101101 0 110010 11010001 1010111 11011

Color Harmonies of #094680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094680

Black with #094680

Text Example


Text Example

White with #094680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #094680; }

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

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

background-color css

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

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

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

border-color css

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

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

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