Html Css Color HEX #136BCA Denim

📋 copy color: '#136BCA'

red 19 ◦ green 107 ◦ blue 202

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

Shades of Denim #136BCA

Tints of Denim #136BCA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 32.62%

 BLUE value IS 202 (79.3% from 255) = 61.59%

R = 5.79%
G = 32.62%
B = 61.59%

CMYK

 C value IS 0.91

 M value IS 0.47

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#136BCA (or 0x136BCA) is known color: Denim. HEX triplet: 13, 6B and CA. RGB value is (19,107,202). Sum of RGB (Red+Green+Blue) = 19+107+202=328 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.79% from 328); Green value is 107 (42.19% from 255 or 32.62% from 328); Blue value is 202 (79.30% from 255 or 61.59% from 328); Max value from RGB is 202 - color contains mainly: blue. Hex color #136BCA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136BCA is #EC9435. Grayscale: #5B5B5B. Windows color (decimal): -15504438 or 13265683. OLE color: 13265683.

HSL color Cylindrical-coordinate representation of color #136BCA: hue angle of 211.15º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #136BCA is Cyan = 0.91, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 19 107 202 -
CMYK 0.91 0.47 0 0.21
HSL 211.15º 0.83% 0.43% -
HSV(B) 211.15º 0.91% 0.79% -
XYZ 16.19 14.92 57.9 -
YUV 91.52 190.35 76.28 -
System Red Green Blue C M Y K H S L
Decimal 19 107 202 0.91 0.47 0 0.21 211.15 0.83 0.43
Hex 13 6B CA 5B 2F 0 15 D3 53 2B
Octal 23 153 312 133 57 0 25 323 123 53
Binary 10011 1101011 11001010 1011011 101111 0 10101 11010011 1010011 101011

Color Harmonies of #136BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136BCA

Black with #136BCA

Text Example


Text Example

White with #136BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,107,202); }

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

background-color css

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

 a { background-color: rgb(19,107,202); }

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

border-color css

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

 span { border-color: rgb(19,107,202); }

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