Html Css Color HEX #095E8B Dark Cerulean

📋 copy color: '#095E8B'

red 9 ◦ green 94 ◦ blue 139

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

Shades of Dark Cerulean #095E8B

Tints of Dark Cerulean #095E8B

RGB

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

 GREEN value IS 94 (37.11% from 255) = 38.84%

 BLUE value IS 139 (54.69% from 255) = 57.44%

R = 3.72%
G = 38.84%
B = 57.44%

CMYK

 C value IS 0.94

 M value IS 0.32

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#095E8B (or 0x095E8B) is known color: Dark Cerulean. HEX triplet: 09, 5E and 8B. RGB value is (9,94,139). Sum of RGB (Red+Green+Blue) = 9+94+139=242 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.72% from 242); Green value is 94 (37.11% from 255 or 38.84% from 242); Blue value is 139 (54.69% from 255 or 57.44% from 242); Max value from RGB is 139 - color contains mainly: blue. Hex color #095E8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095E8B is #F6A174. Grayscale: #494949. Windows color (decimal): -16163189 or 9133577. OLE color: 9133577.

HSL color Cylindrical-coordinate representation of color #095E8B: hue angle of 200.77º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #095E8B is Cyan = 0.94, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 9 94 139 -
CMYK 0.94 0.32 0 0.45
HSL 200.77º 0.88% 0.29% -
HSV(B) 200.77º 0.94% 0.55% -
XYZ 8.78 9.93 25.88 -
YUV 73.72 164.84 81.84 -
System Red Green Blue C M Y K H S L
Decimal 9 94 139 0.94 0.32 0 0.45 200.77 0.88 0.29
Hex 9 5E 8B 5E 20 0 2D C9 58 1D
Octal 11 136 213 136 40 0 55 311 130 35
Binary 1001 1011110 10001011 1011110 100000 0 101101 11001001 1011000 11101

Color Harmonies of #095E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095E8B

Black with #095E8B

Text Example


Text Example

White with #095E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,94,139); }

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

background-color css

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

 a { background-color: rgb(9,94,139); }

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

border-color css

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

 span { border-color: rgb(9,94,139); }

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