Html Css Color HEX #095F99 Cerulean

📋 copy color: '#095F99'

red 9 ◦ green 95 ◦ blue 153

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

Shades of Cerulean #095F99

Tints of Cerulean #095F99

RGB

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

 GREEN value IS 95 (37.5% from 255) = 36.96%

 BLUE value IS 153 (60.16% from 255) = 59.53%

R = 3.5%
G = 36.96%
B = 59.53%

CMYK

 C value IS 0.94

 M value IS 0.38

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#095F99 (or 0x095F99) is known color: Cerulean. HEX triplet: 09, 5F and 99. RGB value is (9,95,153). Sum of RGB (Red+Green+Blue) = 9+95+153=257 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.50% from 257); Green value is 95 (37.5% from 255 or 36.96% from 257); Blue value is 153 (60.16% from 255 or 59.53% from 257); Max value from RGB is 153 - color contains mainly: blue. Hex color #095F99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095F99 is #F6A066. Grayscale: #4B4B4B. Windows color (decimal): -16162919 or 10051337. OLE color: 10051337.

HSL color Cylindrical-coordinate representation of color #095F99: hue angle of 204.17º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #095F99 is Cyan = 0.94, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 9 95 153 -
CMYK 0.94 0.38 0 0.4
HSL 204.17º 0.89% 0.32% -
HSV(B) 204.17º 0.94% 0.6% -
XYZ 9.95 10.54 31.65 -
YUV 75.9 171.51 80.28 -
System Red Green Blue C M Y K H S L
Decimal 9 95 153 0.94 0.38 0 0.4 204.17 0.89 0.32
Hex 9 5F 99 5E 26 0 28 CC 59 20
Octal 11 137 231 136 46 0 50 314 131 40
Binary 1001 1011111 10011001 1011110 100110 0 101000 11001100 1011001 100000

Color Harmonies of #095F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095F99

Black with #095F99

Text Example


Text Example

White with #095F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #095F99; }

 p { color: rgb(9,95,153); }

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

background-color css

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

 a { background-color: rgb(9,95,153); }

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

border-color css

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

 span { border-color: rgb(9,95,153); }

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