Html Css Color HEX #135FDF Navy Blue

📋 copy color: '#135FDF'

red 19 ◦ green 95 ◦ blue 223

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

Shades of Navy Blue #135FDF

Tints of Navy Blue #135FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 66.17%

R = 5.64%
G = 28.19%
B = 66.17%

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

#135FDF (or 0x135FDF) is known color: Navy Blue. HEX triplet: 13, 5F and DF. RGB value is (19,95,223). Sum of RGB (Red+Green+Blue) = 19+95+223=337 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.64% from 337); Green value is 95 (37.5% from 255 or 28.19% from 337); Blue value is 223 (87.5% from 255 or 66.17% from 337); Max value from RGB is 223 - color contains mainly: blue. Hex color #135FDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #135FDF is #ECA020. Grayscale: #565656. Windows color (decimal): -15507489 or 14638867. OLE color: 14638867.

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

Color convert

RGB 19 95 223 -
CMYK 0.91 0.57 0 0.13
HSL 217.65º 0.84% 0.47% -
HSV(B) 217.65º 0.91% 0.87% -
XYZ 17.68 13.65 71.52 -
YUV 86.87 204.82 79.59 -
System Red Green Blue C M Y K H S L
Decimal 19 95 223 0.91 0.57 0 0.13 217.65 0.84 0.47
Hex 13 5F DF 5B 39 0 D DA 54 2F
Octal 23 137 337 133 71 0 15 332 124 57
Binary 10011 1011111 11011111 1011011 111001 0 1101 11011010 1010100 101111

Color Harmonies of #135FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135FDF

Black with #135FDF

Text Example


Text Example

White with #135FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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