Html Css Color HEX #135ECF Denim

📋 copy color: '#135ECF'

red 19 ◦ green 94 ◦ blue 207

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

Shades of Denim #135ECF

Tints of Denim #135ECF

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.38%

 BLUE value IS 207 (81.25% from 255) = 64.69%

R = 5.94%
G = 29.38%
B = 64.69%

CMYK

 C value IS 0.91

 M value IS 0.55

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#135ECF (or 0x135ECF) is known color: Denim. HEX triplet: 13, 5E and CF. RGB value is (19,94,207). Sum of RGB (Red+Green+Blue) = 19+94+207=320 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.94% from 320); Green value is 94 (37.11% from 255 or 29.38% from 320); Blue value is 207 (81.25% from 255 or 64.69% from 320); Max value from RGB is 207 - color contains mainly: blue. Hex color #135ECF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #135ECF is #ECA130. Grayscale: #535353. Windows color (decimal): -15507761 or 13590035. OLE color: 13590035.

HSL color Cylindrical-coordinate representation of color #135ECF: hue angle of 216.06º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #135ECF is Cyan = 0.91, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 19 94 207 -
CMYK 0.91 0.55 0 0.19
HSL 216.06º 0.83% 0.44% -
HSV(B) 216.06º 0.91% 0.81% -
XYZ 15.53 12.65 60.65 -
YUV 84.46 197.15 81.31 -
System Red Green Blue C M Y K H S L
Decimal 19 94 207 0.91 0.55 0 0.19 216.06 0.83 0.44
Hex 13 5E CF 5B 37 0 13 D8 53 2C
Octal 23 136 317 133 67 0 23 330 123 54
Binary 10011 1011110 11001111 1011011 110111 0 10011 11011000 1010011 101100

Color Harmonies of #135ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135ECF

Black with #135ECF

Text Example


Text Example

White with #135ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,94,207); }

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

background-color css

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

 a { background-color: rgb(19,94,207); }

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

border-color css

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

 span { border-color: rgb(19,94,207); }

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