Html Css Color HEX #094A8B Dark Cerulean

📋 copy color: '#094A8B'

red 9 ◦ green 74 ◦ blue 139

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

Shades of Dark Cerulean #094A8B

Tints of Dark Cerulean #094A8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 62.61%

R = 4.05%
G = 33.33%
B = 62.61%

CMYK

 C value IS 0.94

 M value IS 0.47

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#094A8B (or 0x094A8B) is known color: Dark Cerulean. HEX triplet: 09, 4A and 8B. RGB value is (9,74,139). Sum of RGB (Red+Green+Blue) = 9+74+139=222 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.05% from 222); Green value is 74 (29.30% from 255 or 33.33% from 222); Blue value is 139 (54.69% from 255 or 62.61% from 222); Max value from RGB is 139 - color contains mainly: blue. Hex color #094A8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094A8B is #F6B574. Grayscale: #3D3D3D. Windows color (decimal): -16168309 or 9128457. OLE color: 9128457.

HSL color Cylindrical-coordinate representation of color #094A8B: hue angle of 210º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #094A8B is Cyan = 0.94, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 9 74 139 -
CMYK 0.94 0.47 0 0.45
HSL 210º 0.88% 0.29% -
HSV(B) 210º 0.94% 0.55% -
XYZ 7.22 6.82 25.36 -
YUV 61.98 171.47 90.21 -
System Red Green Blue C M Y K H S L
Decimal 9 74 139 0.94 0.47 0 0.45 210 0.88 0.29
Hex 9 4A 8B 5E 2F 0 2D D2 58 1D
Octal 11 112 213 136 57 0 55 322 130 35
Binary 1001 1001010 10001011 1011110 101111 0 101101 11010010 1011000 11101

Color Harmonies of #094A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094A8B

Black with #094A8B

Text Example


Text Example

White with #094A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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