Html Css Color HEX #094C68 Dark Cerulean

📋 copy color: '#094C68'

red 9 ◦ green 76 ◦ blue 104

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

Shades of Dark Cerulean #094C68

Tints of Dark Cerulean #094C68

RGB

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

 GREEN value IS 76 (30.08% from 255) = 40.21%

 BLUE value IS 104 (41.02% from 255) = 55.03%

R = 4.76%
G = 40.21%
B = 55.03%

CMYK

 C value IS 0.91

 M value IS 0.27

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#094C68 (or 0x094C68) is known color: Dark Cerulean. HEX triplet: 09, 4C and 68. RGB value is (9,76,104). Sum of RGB (Red+Green+Blue) = 9+76+104=189 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.76% from 189); Green value is 76 (30.08% from 255 or 40.21% from 189); Blue value is 104 (41.02% from 255 or 55.03% from 189); Max value from RGB is 104 - color contains mainly: blue. Hex color #094C68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094C68 is #F6B397. Grayscale: #3A3A3A. Windows color (decimal): -16167832 or 6835209. OLE color: 6835209.

HSL color Cylindrical-coordinate representation of color #094C68: hue angle of 197.68º 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 #094C68 is Cyan = 0.91, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 9 76 104 -
CMYK 0.91 0.27 0 0.59
HSL 197.68º 0.84% 0.22% -
HSV(B) 197.68º 0.91% 0.41% -
XYZ 5.2 6.23 14.02 -
YUV 59.16 153.3 92.22 -
System Red Green Blue C M Y K H S L
Decimal 9 76 104 0.91 0.27 0 0.59 197.68 0.84 0.22
Hex 9 4C 68 5B 1B 0 3B C6 54 16
Octal 11 114 150 133 33 0 73 306 124 26
Binary 1001 1001100 1101000 1011011 11011 0 111011 11000110 1010100 10110

Color Harmonies of #094C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094C68

Black with #094C68

Text Example


Text Example

White with #094C68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,76,104); }

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

background-color css

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

 a { background-color: rgb(9,76,104); }

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

border-color css

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

 span { border-color: rgb(9,76,104); }

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