Html Css Color HEX #094A6B Dark Cerulean

📋 copy color: '#094A6B'

red 9 ◦ green 74 ◦ blue 107

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

Shades of Dark Cerulean #094A6B

Tints of Dark Cerulean #094A6B

RGB

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

 GREEN value IS 74 (29.3% from 255) = 38.95%

 BLUE value IS 107 (42.19% from 255) = 56.32%

R = 4.74%
G = 38.95%
B = 56.32%

CMYK

 C value IS 0.92

 M value IS 0.31

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#094A6B (or 0x094A6B) is known color: Dark Cerulean. HEX triplet: 09, 4A and 6B. RGB value is (9,74,107). Sum of RGB (Red+Green+Blue) = 9+74+107=190 (25% of max value = 765). Red value is 9 (3.91% from 255 or 4.74% from 190); Green value is 74 (29.30% from 255 or 38.95% from 190); Blue value is 107 (42.19% from 255 or 56.32% from 190); Max value from RGB is 107 - color contains mainly: blue. Hex color #094A6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094A6B is #F6B594. Grayscale: #3A3A3A. Windows color (decimal): -16168341 or 7031305. OLE color: 7031305.

HSL color Cylindrical-coordinate representation of color #094A6B: hue angle of 200.2º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #094A6B is Cyan = 0.92, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 9 74 107 -
CMYK 0.92 0.31 0 0.58
HSL 200.2º 0.84% 0.23% -
HSV(B) 200.2º 0.92% 0.42% -
XYZ 5.22 6.02 14.8 -
YUV 58.33 155.47 92.82 -
System Red Green Blue C M Y K H S L
Decimal 9 74 107 0.92 0.31 0 0.58 200.2 0.84 0.23
Hex 9 4A 6B 5C 1F 0 3A C8 54 17
Octal 11 112 153 134 37 0 72 310 124 27
Binary 1001 1001010 1101011 1011100 11111 0 111010 11001000 1010100 10111

Color Harmonies of #094A6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094A6B

Black with #094A6B

Text Example


Text Example

White with #094A6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,74,107); }

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

background-color css

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

 a { background-color: rgb(9,74,107); }

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

border-color css

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

 span { border-color: rgb(9,74,107); }

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