Html Css Color HEX #136F94 Allports

📋 copy color: '#136F94'

red 19 ◦ green 111 ◦ blue 148

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

Shades of Allports #136F94

Tints of Allports #136F94

RGB

 RED value IS 19 (7.81% from 255) = 6.83%

 GREEN value IS 111 (43.75% from 255) = 39.93%

 BLUE value IS 148 (58.2% from 255) = 53.24%

R = 6.83%
G = 39.93%
B = 53.24%

CMYK

 C value IS 0.87

 M value IS 0.25

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#136F94 (or 0x136F94) is known color: Allports. HEX triplet: 13, 6F and 94. RGB value is (19,111,148). Sum of RGB (Red+Green+Blue) = 19+111+148=278 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.83% from 278); Green value is 111 (43.75% from 255 or 39.93% from 278); Blue value is 148 (58.20% from 255 or 53.24% from 278); Max value from RGB is 148 - color contains mainly: blue. Hex color #136F94 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #136F94 is #EC906B. Grayscale: #575757. Windows color (decimal): -15503468 or 9727763. OLE color: 9727763.

HSL color Cylindrical-coordinate representation of color #136F94: hue angle of 197.21º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #136F94 is Cyan = 0.87, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 19 111 148 -
CMYK 0.87 0.25 0 0.42
HSL 197.21º 0.77% 0.33% -
HSV(B) 197.21º 0.87% 0.58% -
XYZ 11.3 13.65 30.06 -
YUV 87.71 162.02 78.99 -
System Red Green Blue C M Y K H S L
Decimal 19 111 148 0.87 0.25 0 0.42 197.21 0.77 0.33
Hex 13 6F 94 57 19 0 2A C5 4D 21
Octal 23 157 224 127 31 0 52 305 115 41
Binary 10011 1101111 10010100 1010111 11001 0 101010 11000101 1001101 100001

Color Harmonies of #136F94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136F94

Black with #136F94

Text Example


Text Example

White with #136F94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136F94; }

 p { color: rgb(19,111,148); }

 H1.HeaderClassName
 {
   color: #136F94;
 }
 .AnyTagClassName
 {
   color: #136F94;
 }
</style>

background-color css

<style>
 a { background-color: #136F94; }

 a { background-color: rgb(19,111,148); }

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

border-color css

<style>
 span { border-color: #136F94; }

 span { border-color: rgb(19,111,148); }

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