Html Css Color HEX #095A8B Dark Cerulean

📋 copy color: '#095A8B'

red 9 ◦ green 90 ◦ blue 139

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

Shades of Dark Cerulean #095A8B

Tints of Dark Cerulean #095A8B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 37.82%

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

R = 3.78%
G = 37.82%
B = 58.4%

CMYK

 C value IS 0.94

 M value IS 0.35

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#095A8B (or 0x095A8B) is known color: Dark Cerulean. HEX triplet: 09, 5A and 8B. RGB value is (9,90,139). Sum of RGB (Red+Green+Blue) = 9+90+139=238 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.78% from 238); Green value is 90 (35.55% from 255 or 37.82% from 238); Blue value is 139 (54.69% from 255 or 58.40% from 238); Max value from RGB is 139 - color contains mainly: blue. Hex color #095A8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095A8B is #F6A574. Grayscale: #474747. Windows color (decimal): -16164213 or 9132553. OLE color: 9132553.

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

Color convert

RGB 9 90 139 -
CMYK 0.94 0.35 0 0.45
HSL 202.62º 0.88% 0.29% -
HSV(B) 202.62º 0.94% 0.55% -
XYZ 8.43 9.23 25.76 -
YUV 71.37 166.16 83.52 -
System Red Green Blue C M Y K H S L
Decimal 9 90 139 0.94 0.35 0 0.45 202.62 0.88 0.29
Hex 9 5A 8B 5E 23 0 2D CB 58 1D
Octal 11 132 213 136 43 0 55 313 130 35
Binary 1001 1011010 10001011 1011110 100011 0 101101 11001011 1011000 11101

Color Harmonies of #095A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095A8B

Black with #095A8B

Text Example


Text Example

White with #095A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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