Html Css Color HEX #094B68 Dark Cerulean

📋 copy color: '#094B68'

red 9 ◦ green 75 ◦ blue 104

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

Shades of Dark Cerulean #094B68

Tints of Dark Cerulean #094B68

RGB

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

 GREEN value IS 75 (29.69% from 255) = 39.89%

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

R = 4.79%
G = 39.89%
B = 55.32%

CMYK

 C value IS 0.91

 M value IS 0.28

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#094B68 (or 0x094B68) is known color: Dark Cerulean. HEX triplet: 09, 4B and 68. RGB value is (9,75,104). Sum of RGB (Red+Green+Blue) = 9+75+104=188 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.79% from 188); Green value is 75 (29.69% from 255 or 39.89% from 188); Blue value is 104 (41.02% from 255 or 55.32% from 188); Max value from RGB is 104 - color contains mainly: blue. Hex color #094B68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094B68 is #F6B497. Grayscale: #3A3A3A. Windows color (decimal): -16168088 or 6834953. OLE color: 6834953.

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

Color convert

RGB 9 75 104 -
CMYK 0.91 0.28 0 0.59
HSL 198.32º 0.84% 0.22% -
HSV(B) 198.32º 0.91% 0.41% -
XYZ 5.13 6.09 14 -
YUV 58.57 153.63 92.64 -
System Red Green Blue C M Y K H S L
Decimal 9 75 104 0.91 0.28 0 0.59 198.32 0.84 0.22
Hex 9 4B 68 5B 1C 0 3B C6 54 16
Octal 11 113 150 133 34 0 73 306 124 26
Binary 1001 1001011 1101000 1011011 11100 0 111011 11000110 1010100 10110

Color Harmonies of #094B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094B68

Black with #094B68

Text Example


Text Example

White with #094B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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