Html Css Color HEX #135AF8 Navy Blue

📋 copy color: '#135AF8'

red 19 ◦ green 90 ◦ blue 248

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

Shades of Navy Blue #135AF8

Tints of Navy Blue #135AF8

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.21%

 BLUE value IS 248 (97.27% from 255) = 69.47%

R = 5.32%
G = 25.21%
B = 69.47%

CMYK

 C value IS 0.92

 M value IS 0.64

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#135AF8 (or 0x135AF8) is known color: Navy Blue. HEX triplet: 13, 5A and F8. RGB value is (19,90,248). Sum of RGB (Red+Green+Blue) = 19+90+248=357 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.32% from 357); Green value is 90 (35.55% from 255 or 25.21% from 357); Blue value is 248 (97.27% from 255 or 69.47% from 357); Max value from RGB is 248 - color contains mainly: blue. Hex color #135AF8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #135AF8 is #ECA507. Grayscale: #565656. Windows color (decimal): -15508744 or 16275987. OLE color: 16275987.

HSL color Cylindrical-coordinate representation of color #135AF8: hue angle of 221.4º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #135AF8 is Cyan = 0.92, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 19 90 248 -
CMYK 0.92 0.64 0 0.03
HSL 221.4º 0.94% 0.52% -
HSV(B) 221.4º 0.92% 0.97% -
XYZ 20.87 14.23 90.45 -
YUV 86.78 218.98 79.65 -
System Red Green Blue C M Y K H S L
Decimal 19 90 248 0.92 0.64 0 0.03 221.4 0.94 0.52
Hex 13 5A F8 5C 40 0 3 DD 5E 34
Octal 23 132 370 134 100 0 3 335 136 64
Binary 10011 1011010 11111000 1011100 1000000 0 11 11011101 1011110 110100

Color Harmonies of #135AF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135AF8

Black with #135AF8

Text Example


Text Example

White with #135AF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,90,248); }

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

background-color css

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

 a { background-color: rgb(19,90,248); }

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

border-color css

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

 span { border-color: rgb(19,90,248); }

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