Html Css Color HEX #135FDE Navy Blue

📋 copy color: '#135FDE'

red 19 ◦ green 95 ◦ blue 222

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

Shades of Navy Blue #135FDE

Tints of Navy Blue #135FDE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.27%

 BLUE value IS 222 (87.11% from 255) = 66.07%

R = 5.65%
G = 28.27%
B = 66.07%

CMYK

 C value IS 0.91

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#135FDE (or 0x135FDE) is known color: Navy Blue. HEX triplet: 13, 5F and DE. RGB value is (19,95,222). Sum of RGB (Red+Green+Blue) = 19+95+222=336 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.65% from 336); Green value is 95 (37.5% from 255 or 28.27% from 336); Blue value is 222 (87.11% from 255 or 66.07% from 336); Max value from RGB is 222 - color contains mainly: blue. Hex color #135FDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #135FDE is #ECA021. Grayscale: #565656. Windows color (decimal): -15507490 or 14573331. OLE color: 14573331.

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

Color convert

RGB 19 95 222 -
CMYK 0.91 0.57 0 0.13
HSL 217.54º 0.84% 0.47% -
HSV(B) 217.54º 0.91% 0.87% -
XYZ 17.55 13.6 70.81 -
YUV 86.75 204.32 79.67 -
System Red Green Blue C M Y K H S L
Decimal 19 95 222 0.91 0.57 0 0.13 217.54 0.84 0.47
Hex 13 5F DE 5B 39 0 D DA 54 2F
Octal 23 137 336 133 71 0 15 332 124 57
Binary 10011 1011111 11011110 1011011 111001 0 1101 11011010 1010100 101111

Color Harmonies of #135FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135FDE

Black with #135FDE

Text Example


Text Example

White with #135FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,95,222); }

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

background-color css

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

 a { background-color: rgb(19,95,222); }

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

border-color css

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

 span { border-color: rgb(19,95,222); }

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