Html Css Color HEX #135EDA Navy Blue

📋 copy color: '#135EDA'

red 19 ◦ green 94 ◦ blue 218

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

Shades of Navy Blue #135EDA

Tints of Navy Blue #135EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 65.86%

R = 5.74%
G = 28.4%
B = 65.86%

CMYK

 C value IS 0.91

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#135EDA (or 0x135EDA) is known color: Navy Blue. HEX triplet: 13, 5E and DA. RGB value is (19,94,218). Sum of RGB (Red+Green+Blue) = 19+94+218=331 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.74% from 331); Green value is 94 (37.11% from 255 or 28.40% from 331); Blue value is 218 (85.55% from 255 or 65.86% from 331); Max value from RGB is 218 - color contains mainly: blue. Hex color #135EDA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #135EDA is #ECA125. Grayscale: #555555. Windows color (decimal): -15507750 or 14310931. OLE color: 14310931.

HSL color Cylindrical-coordinate representation of color #135EDA: hue angle of 217.39º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #135EDA is Cyan = 0.91, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 19 94 218 -
CMYK 0.91 0.57 0 0.15
HSL 217.39º 0.84% 0.46% -
HSV(B) 217.39º 0.91% 0.85% -
XYZ 16.93 13.21 67.99 -
YUV 85.71 202.65 80.42 -
System Red Green Blue C M Y K H S L
Decimal 19 94 218 0.91 0.57 0 0.15 217.39 0.84 0.46
Hex 13 5E DA 5B 39 0 F D9 54 2E
Octal 23 136 332 133 71 0 17 331 124 56
Binary 10011 1011110 11011010 1011011 111001 0 1111 11011001 1010100 101110

Color Harmonies of #135EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135EDA

Black with #135EDA

Text Example


Text Example

White with #135EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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