Html Css Color HEX #136CCB Denim

📋 copy color: '#136CCB'

red 19 ◦ green 108 ◦ blue 203

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

Shades of Denim #136CCB

Tints of Denim #136CCB

RGB

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

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

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

R = 5.76%
G = 32.73%
B = 61.52%

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

#136CCB (or 0x136CCB) is known color: Denim. HEX triplet: 13, 6C and CB. RGB value is (19,108,203). Sum of RGB (Red+Green+Blue) = 19+108+203=330 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.76% from 330); Green value is 108 (42.58% from 255 or 32.73% from 330); Blue value is 203 (79.69% from 255 or 61.52% from 330); Max value from RGB is 203 - color contains mainly: blue. Hex color #136CCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #136CCB is #EC9334. Grayscale: #5B5B5B. Windows color (decimal): -15504181 or 13331475. OLE color: 13331475.

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

Color convert

RGB 19 108 203 -
CMYK 0.91 0.47 0 0.20
HSL 210.98º 0.83% 0.44% -
HSV(B) 210.98º 0.91% 0.8% -
XYZ 16.41 15.18 58.56 -
YUV 92.22 190.51 75.78 -
System Red Green Blue C M Y K H S L
Decimal 19 108 203 0.91 0.47 0 0.20 210.98 0.83 0.44
Hex 13 6C CB 5B 2F 0 14 D3 53 2C
Octal 23 154 313 133 57 0 24 323 123 54
Binary 10011 1101100 11001011 1011011 101111 0 10100 11010011 1010011 101100

Color Harmonies of #136CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136CCB

Black with #136CCB

Text Example


Text Example

White with #136CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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