Html Css Color HEX #135CCB Denim

📋 copy color: '#135CCB'

red 19 ◦ green 92 ◦ blue 203

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

Shades of Denim #135CCB

Tints of Denim #135CCB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.3%

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

R = 6.05%
G = 29.3%
B = 64.65%

CMYK

 C value IS 0.91

 M value IS 0.55

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#135CCB (or 0x135CCB) is known color: Denim. HEX triplet: 13, 5C and CB. RGB value is (19,92,203). Sum of RGB (Red+Green+Blue) = 19+92+203=314 (41% of max value = 765). Red value is 19 (7.81% from 255 or 6.05% from 314); Green value is 92 (36.33% from 255 or 29.30% from 314); Blue value is 203 (79.69% from 255 or 64.65% from 314); Max value from RGB is 203 - color contains mainly: blue. Hex color #135CCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #135CCB is #ECA334. Grayscale: #525252. Windows color (decimal): -15508277 or 13327379. OLE color: 13327379.

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

Color convert

RGB 19 92 203 -
CMYK 0.91 0.55 0 0.20
HSL 216.2º 0.83% 0.44% -
HSV(B) 216.2º 0.91% 0.8% -
XYZ 14.88 12.1 58.05 -
YUV 82.83 195.82 82.47 -
System Red Green Blue C M Y K H S L
Decimal 19 92 203 0.91 0.55 0 0.20 216.2 0.83 0.44
Hex 13 5C CB 5B 37 0 14 D8 53 2C
Octal 23 134 313 133 67 0 24 330 123 54
Binary 10011 1011100 11001011 1011011 110111 0 10100 11011000 1010011 101100

Color Harmonies of #135CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135CCB

Black with #135CCB

Text Example


Text Example

White with #135CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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