Html Css Color HEX #136BCB Denim

📋 copy color: '#136BCB'

red 19 ◦ green 107 ◦ blue 203

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

Shades of Denim #136BCB

Tints of Denim #136BCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 61.7%

R = 5.78%
G = 32.52%
B = 61.7%

CMYK

 C value IS 0.91

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#136BCB (or 0x136BCB) is known color: Denim. HEX triplet: 13, 6B and CB. RGB value is (19,107,203). Sum of RGB (Red+Green+Blue) = 19+107+203=329 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.78% from 329); Green value is 107 (42.19% from 255 or 32.52% from 329); Blue value is 203 (79.69% from 255 or 61.70% from 329); Max value from RGB is 203 - color contains mainly: blue. Hex color #136BCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136BCB is #EC9434. Grayscale: #5B5B5B. Windows color (decimal): -15504437 or 13331219. OLE color: 13331219.

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

Color convert

RGB 19 107 203 -
CMYK 0.91 0.47 0 0.20
HSL 211.3º 0.83% 0.44% -
HSV(B) 211.3º 0.91% 0.8% -
XYZ 16.31 14.97 58.53 -
YUV 91.63 190.85 76.19 -
System Red Green Blue C M Y K H S L
Decimal 19 107 203 0.91 0.47 0 0.20 211.3 0.83 0.44
Hex 13 6B CB 5B 2F 0 14 D3 53 2C
Octal 23 153 313 133 57 0 24 323 123 54
Binary 10011 1101011 11001011 1011011 101111 0 10100 11010011 1010011 101100

Color Harmonies of #136BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136BCB

Black with #136BCB

Text Example


Text Example

White with #136BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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