Html Css Color HEX #136CCA Denim

📋 copy color: '#136CCA'

red 19 ◦ green 108 ◦ blue 202

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

Shades of Denim #136CCA

Tints of Denim #136CCA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.83%

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

R = 5.78%
G = 32.83%
B = 61.4%

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

#136CCA (or 0x136CCA) is known color: Denim. HEX triplet: 13, 6C and CA. RGB value is (19,108,202). Sum of RGB (Red+Green+Blue) = 19+108+202=329 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.78% from 329); Green value is 108 (42.58% from 255 or 32.83% from 329); Blue value is 202 (79.30% from 255 or 61.40% from 329); Max value from RGB is 202 - color contains mainly: blue. Hex color #136CCA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136CCA is #EC9335. Grayscale: #5B5B5B. Windows color (decimal): -15504182 or 13265939. OLE color: 13265939.

HSL color Cylindrical-coordinate representation of color #136CCA: hue angle of 210.82º 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 #136CCA is Cyan = 0.91, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 19 108 202 -
CMYK 0.91 0.47 0 0.21
HSL 210.82º 0.83% 0.43% -
HSV(B) 210.82º 0.91% 0.79% -
XYZ 16.29 15.13 57.94 -
YUV 92.11 190.01 75.86 -
System Red Green Blue C M Y K H S L
Decimal 19 108 202 0.91 0.47 0 0.21 210.82 0.83 0.43
Hex 13 6C CA 5B 2F 0 15 D3 53 2B
Octal 23 154 312 133 57 0 25 323 123 53
Binary 10011 1101100 11001010 1011011 101111 0 10101 11010011 1010011 101011

Color Harmonies of #136CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136CCA

Black with #136CCA

Text Example


Text Example

White with #136CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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