Html Css Color HEX #095F8C Allports

📋 copy color: '#095F8C'

red 9 ◦ green 95 ◦ blue 140

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

Shades of Allports #095F8C

Tints of Allports #095F8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 57.38%

R = 3.69%
G = 38.93%
B = 57.38%

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

#095F8C (or 0x095F8C) is known color: Allports. HEX triplet: 09, 5F and 8C. RGB value is (9,95,140). Sum of RGB (Red+Green+Blue) = 9+95+140=244 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.69% from 244); Green value is 95 (37.5% from 255 or 38.93% from 244); Blue value is 140 (55.08% from 255 or 57.38% from 244); Max value from RGB is 140 - color contains mainly: blue. Hex color #095F8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095F8C is #F6A073. Grayscale: #4A4A4A. Windows color (decimal): -16162932 or 9199369. OLE color: 9199369.

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

Color convert

RGB 9 95 140 -
CMYK 0.94 0.32 0 0.45
HSL 200.61º 0.88% 0.29% -
HSV(B) 200.61º 0.94% 0.55% -
XYZ 8.94 10.14 26.3 -
YUV 74.42 165.01 81.34 -
System Red Green Blue C M Y K H S L
Decimal 9 95 140 0.94 0.32 0 0.45 200.61 0.88 0.29
Hex 9 5F 8C 5E 20 0 2D C9 58 1D
Octal 11 137 214 136 40 0 55 311 130 35
Binary 1001 1011111 10001100 1011110 100000 0 101101 11001001 1011000 11101

Color Harmonies of #095F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #095F8C

Black with #095F8C

Text Example


Text Example

White with #095F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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