Html Css Color HEX #094A7A Dark Cerulean

📋 copy color: '#094A7A'

red 9 ◦ green 74 ◦ blue 122

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

Shades of Dark Cerulean #094A7A

Tints of Dark Cerulean #094A7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 59.51%

R = 4.39%
G = 36.1%
B = 59.51%

CMYK

 C value IS 0.93

 M value IS 0.39

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#094A7A (or 0x094A7A) is known color: Dark Cerulean. HEX triplet: 09, 4A and 7A. RGB value is (9,74,122). Sum of RGB (Red+Green+Blue) = 9+74+122=205 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.39% from 205); Green value is 74 (29.30% from 255 or 36.10% from 205); Blue value is 122 (48.05% from 255 or 59.51% from 205); Max value from RGB is 122 - color contains mainly: blue. Hex color #094A7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094A7A is #F6B585. Grayscale: #3B3B3B. Windows color (decimal): -16168326 or 8014345. OLE color: 8014345.

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

Color convert

RGB 9 74 122 -
CMYK 0.93 0.39 0 0.52
HSL 205.49º 0.86% 0.26% -
HSV(B) 205.49º 0.93% 0.48% -
XYZ 6.07 6.36 19.32 -
YUV 60.04 162.97 91.6 -
System Red Green Blue C M Y K H S L
Decimal 9 74 122 0.93 0.39 0 0.52 205.49 0.86 0.26
Hex 9 4A 7A 5D 27 0 34 CD 56 1A
Octal 11 112 172 135 47 0 64 315 126 32
Binary 1001 1001010 1111010 1011101 100111 0 110100 11001101 1010110 11010

Color Harmonies of #094A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094A7A

Black with #094A7A

Text Example


Text Example

White with #094A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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