Html Css Color HEX #094B7C Dark Cerulean

📋 copy color: '#094B7C'

red 9 ◦ green 75 ◦ blue 124

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

Shades of Dark Cerulean #094B7C

Tints of Dark Cerulean #094B7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 59.62%

R = 4.33%
G = 36.06%
B = 59.62%

CMYK

 C value IS 0.93

 M value IS 0.40

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#094B7C (or 0x094B7C) is known color: Dark Cerulean. HEX triplet: 09, 4B and 7C. RGB value is (9,75,124). Sum of RGB (Red+Green+Blue) = 9+75+124=208 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.33% from 208); Green value is 75 (29.69% from 255 or 36.06% from 208); Blue value is 124 (48.83% from 255 or 59.62% from 208); Max value from RGB is 124 - color contains mainly: blue. Hex color #094B7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094B7C is #F6B483. Grayscale: #3C3C3C. Windows color (decimal): -16168068 or 8145673. OLE color: 8145673.

HSL color Cylindrical-coordinate representation of color #094B7C: hue angle of 205.57º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #094B7C is Cyan = 0.93, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 9 75 124 -
CMYK 0.93 0.40 0 0.51
HSL 205.57º 0.86% 0.26% -
HSV(B) 205.57º 0.93% 0.49% -
XYZ 6.27 6.55 20 -
YUV 60.85 163.63 91.02 -
System Red Green Blue C M Y K H S L
Decimal 9 75 124 0.93 0.40 0 0.51 205.57 0.86 0.26
Hex 9 4B 7C 5D 28 0 33 CE 56 1A
Octal 11 113 174 135 50 0 63 316 126 32
Binary 1001 1001011 1111100 1011101 101000 0 110011 11001110 1010110 11010

Color Harmonies of #094B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094B7C

Black with #094B7C

Text Example


Text Example

White with #094B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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