Html Css Color HEX #095194 Dark Cerulean

📋 copy color: '#095194'

red 9 ◦ green 81 ◦ blue 148

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

Shades of Dark Cerulean #095194

Tints of Dark Cerulean #095194

RGB

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

 GREEN value IS 81 (32.03% from 255) = 34.03%

 BLUE value IS 148 (58.2% from 255) = 62.18%

R = 3.78%
G = 34.03%
B = 62.18%

CMYK

 C value IS 0.94

 M value IS 0.45

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#095194 (or 0x095194) is known color: Dark Cerulean. HEX triplet: 09, 51 and 94. RGB value is (9,81,148). Sum of RGB (Red+Green+Blue) = 9+81+148=238 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.78% from 238); Green value is 81 (32.03% from 255 or 34.03% from 238); Blue value is 148 (58.20% from 255 or 62.18% from 238); Max value from RGB is 148 - color contains mainly: blue. Hex color #095194 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095194 is #F6AE6B. Grayscale: #424242. Windows color (decimal): -16166508 or 9720073. OLE color: 9720073.

HSL color Cylindrical-coordinate representation of color #095194: hue angle of 208.92º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #095194 is Cyan = 0.94, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 9 81 148 -
CMYK 0.94 0.45 0 0.42
HSL 208.92º 0.89% 0.31% -
HSV(B) 208.92º 0.94% 0.58% -
XYZ 8.4 8.08 29.13 -
YUV 67.11 173.65 86.55 -
System Red Green Blue C M Y K H S L
Decimal 9 81 148 0.94 0.45 0 0.42 208.92 0.89 0.31
Hex 9 51 94 5E 2D 0 2A D1 59 1F
Octal 11 121 224 136 55 0 52 321 131 37
Binary 1001 1010001 10010100 1011110 101101 0 101010 11010001 1011001 11111

Color Harmonies of #095194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095194

Black with #095194

Text Example


Text Example

White with #095194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095194; }

 p { color: rgb(9,81,148); }

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

background-color css

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

 a { background-color: rgb(9,81,148); }

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

border-color css

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

 span { border-color: rgb(9,81,148); }

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