Html Css Color HEX #095E8A Dark Cerulean

📋 copy color: '#095E8A'

red 9 ◦ green 94 ◦ blue 138

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

Shades of Dark Cerulean #095E8A

Tints of Dark Cerulean #095E8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 57.26%

R = 3.73%
G = 39%
B = 57.26%

CMYK

 C value IS 0.93

 M value IS 0.32

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#095E8A (or 0x095E8A) is known color: Dark Cerulean. HEX triplet: 09, 5E and 8A. RGB value is (9,94,138). Sum of RGB (Red+Green+Blue) = 9+94+138=241 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.73% from 241); Green value is 94 (37.11% from 255 or 39.00% from 241); Blue value is 138 (54.30% from 255 or 57.26% from 241); Max value from RGB is 138 - color contains mainly: blue. Hex color #095E8A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095E8A is #F6A175. Grayscale: #494949. Windows color (decimal): -16163190 or 9068041. OLE color: 9068041.

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

Color convert

RGB 9 94 138 -
CMYK 0.93 0.32 0 0.46
HSL 200.47º 0.88% 0.29% -
HSV(B) 200.47º 0.93% 0.54% -
XYZ 8.7 9.9 25.5 -
YUV 73.6 164.34 81.92 -
System Red Green Blue C M Y K H S L
Decimal 9 94 138 0.93 0.32 0 0.46 200.47 0.88 0.29
Hex 9 5E 8A 5D 20 0 2E C8 58 1D
Octal 11 136 212 135 40 0 56 310 130 35
Binary 1001 1011110 10001010 1011101 100000 0 101110 11001000 1011000 11101

Color Harmonies of #095E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095E8A

Black with #095E8A

Text Example


Text Example

White with #095E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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