Html Css Color HEX #135CDD Navy Blue

📋 copy color: '#135CDD'

red 19 ◦ green 92 ◦ blue 221

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

Shades of Navy Blue #135CDD

Tints of Navy Blue #135CDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 66.57%

R = 5.72%
G = 27.71%
B = 66.57%

CMYK

 C value IS 0.91

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#135CDD (or 0x135CDD) is known color: Navy Blue. HEX triplet: 13, 5C and DD. RGB value is (19,92,221). Sum of RGB (Red+Green+Blue) = 19+92+221=332 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.72% from 332); Green value is 92 (36.33% from 255 or 27.71% from 332); Blue value is 221 (86.72% from 255 or 66.57% from 332); Max value from RGB is 221 - color contains mainly: blue. Hex color #135CDD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #135CDD is #ECA322. Grayscale: #545454. Windows color (decimal): -15508259 or 14507027. OLE color: 14507027.

HSL color Cylindrical-coordinate representation of color #135CDD: hue angle of 218.32º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #135CDD is Cyan = 0.91, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 19 92 221 -
CMYK 0.91 0.58 0 0.13
HSL 218.32º 0.84% 0.47% -
HSV(B) 218.32º 0.91% 0.87% -
XYZ 17.15 13.01 70.01 -
YUV 84.88 204.82 81.01 -
System Red Green Blue C M Y K H S L
Decimal 19 92 221 0.91 0.58 0 0.13 218.32 0.84 0.47
Hex 13 5C DD 5B 3A 0 D DA 54 2F
Octal 23 134 335 133 72 0 15 332 124 57
Binary 10011 1011100 11011101 1011011 111010 0 1101 11011010 1010100 101111

Color Harmonies of #135CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135CDD

Black with #135CDD

Text Example


Text Example

White with #135CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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