Html Css Color HEX #095095 Dark Cerulean

📋 copy color: '#095095'

red 9 ◦ green 80 ◦ blue 149

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

Shades of Dark Cerulean #095095

Tints of Dark Cerulean #095095

RGB

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

 GREEN value IS 80 (31.64% from 255) = 33.61%

 BLUE value IS 149 (58.59% from 255) = 62.61%

R = 3.78%
G = 33.61%
B = 62.61%

CMYK

 C value IS 0.94

 M value IS 0.46

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#095095 (or 0x095095) is known color: Dark Cerulean. HEX triplet: 09, 50 and 95. RGB value is (9,80,149). Sum of RGB (Red+Green+Blue) = 9+80+149=238 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.78% from 238); Green value is 80 (31.64% from 255 or 33.61% from 238); Blue value is 149 (58.59% from 255 or 62.61% from 238); Max value from RGB is 149 - color contains mainly: blue. Hex color #095095 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095095 is #F6AF6A. Grayscale: #424242. Windows color (decimal): -16166763 or 9785353. OLE color: 9785353.

HSL color Cylindrical-coordinate representation of color #095095: hue angle of 209.57º 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 #095095 is Cyan = 0.94, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 9 80 149 -
CMYK 0.94 0.46 0 0.42
HSL 209.57º 0.89% 0.31% -
HSV(B) 209.57º 0.94% 0.58% -
XYZ 8.41 7.97 29.53 -
YUV 66.64 174.48 86.89 -
System Red Green Blue C M Y K H S L
Decimal 9 80 149 0.94 0.46 0 0.42 209.57 0.89 0.31
Hex 9 50 95 5E 2E 0 2A D2 59 1F
Octal 11 120 225 136 56 0 52 322 131 37
Binary 1001 1010000 10010101 1011110 101110 0 101010 11010010 1011001 11111

Color Harmonies of #095095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095095

Black with #095095

Text Example


Text Example

White with #095095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095095; }

 p { color: rgb(9,80,149); }

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

background-color css

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

 a { background-color: rgb(9,80,149); }

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

border-color css

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

 span { border-color: rgb(9,80,149); }

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