Html Css Color HEX #094A68 Dark Cerulean

📋 copy color: '#094A68'

red 9 ◦ green 74 ◦ blue 104

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

Shades of Dark Cerulean #094A68

Tints of Dark Cerulean #094A68

RGB

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

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

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

R = 4.81%
G = 39.57%
B = 55.61%

CMYK

 C value IS 0.91

 M value IS 0.29

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#094A68 (or 0x094A68) is known color: Dark Cerulean. HEX triplet: 09, 4A and 68. RGB value is (9,74,104). Sum of RGB (Red+Green+Blue) = 9+74+104=187 (24% of max value = 765). Red value is 9 (3.91% from 255 or 4.81% from 187); Green value is 74 (29.30% from 255 or 39.57% from 187); Blue value is 104 (41.02% from 255 or 55.61% from 187); Max value from RGB is 104 - color contains mainly: blue. Hex color #094A68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #094A68 is #F6B597. Grayscale: #393939. Windows color (decimal): -16168344 or 6834697. OLE color: 6834697.

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

Color convert

RGB 9 74 104 -
CMYK 0.91 0.29 0 0.59
HSL 198.95º 0.84% 0.22% -
HSV(B) 198.95º 0.91% 0.41% -
XYZ 5.06 5.96 13.98 -
YUV 57.99 153.97 93.06 -
System Red Green Blue C M Y K H S L
Decimal 9 74 104 0.91 0.29 0 0.59 198.95 0.84 0.22
Hex 9 4A 68 5B 1D 0 3B C7 54 16
Octal 11 112 150 133 35 0 73 307 124 26
Binary 1001 1001010 1101000 1011011 11101 0 111011 11000111 1010100 10110

Color Harmonies of #094A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094A68

Black with #094A68

Text Example


Text Example

White with #094A68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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