Html Css Color HEX #095F98 Cerulean

📋 copy color: '#095F98'

red 9 ◦ green 95 ◦ blue 152

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

Shades of Cerulean #095F98

Tints of Cerulean #095F98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 59.38%

R = 3.52%
G = 37.11%
B = 59.38%

CMYK

 C value IS 0.94

 M value IS 0.38

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#095F98 (or 0x095F98) is known color: Cerulean. HEX triplet: 09, 5F and 98. RGB value is (9,95,152). Sum of RGB (Red+Green+Blue) = 9+95+152=256 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.52% from 256); Green value is 95 (37.5% from 255 or 37.11% from 256); Blue value is 152 (59.77% from 255 or 59.38% from 256); Max value from RGB is 152 - color contains mainly: blue. Hex color #095F98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095F98 is #F6A067. Grayscale: #4B4B4B. Windows color (decimal): -16162920 or 9985801. OLE color: 9985801.

HSL color Cylindrical-coordinate representation of color #095F98: hue angle of 203.92º 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 #095F98 is Cyan = 0.94, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 9 95 152 -
CMYK 0.94 0.38 0 0.40
HSL 203.92º 0.89% 0.32% -
HSV(B) 203.92º 0.94% 0.6% -
XYZ 9.87 10.51 31.21 -
YUV 75.78 171.01 80.37 -
System Red Green Blue C M Y K H S L
Decimal 9 95 152 0.94 0.38 0 0.40 203.92 0.89 0.32
Hex 9 5F 98 5E 26 0 28 CC 59 20
Octal 11 137 230 136 46 0 50 314 131 40
Binary 1001 1011111 10011000 1011110 100110 0 101000 11001100 1011001 100000

Color Harmonies of #095F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095F98

Black with #095F98

Text Example


Text Example

White with #095F98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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