Html Css Color HEX #135AFB Navy Blue

📋 copy color: '#135AFB'

red 19 ◦ green 90 ◦ blue 251

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

Shades of Navy Blue #135AFB

Tints of Navy Blue #135AFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 69.72%

R = 5.28%
G = 25%
B = 69.72%

CMYK

 C value IS 0.92

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#135AFB (or 0x135AFB) is known color: Navy Blue. HEX triplet: 13, 5A and FB. RGB value is (19,90,251). Sum of RGB (Red+Green+Blue) = 19+90+251=360 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.28% from 360); Green value is 90 (35.55% from 255 or 25% from 360); Blue value is 251 (98.44% from 255 or 69.72% from 360); Max value from RGB is 251 - color contains mainly: blue. Hex color #135AFB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #135AFB is #ECA504. Grayscale: #565656. Windows color (decimal): -15508741 or 16472595. OLE color: 16472595.

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

Color convert

RGB 19 90 251 -
CMYK 0.92 0.64 0 0.02
HSL 221.64º 0.97% 0.53% -
HSV(B) 221.64º 0.92% 0.98% -
XYZ 21.34 14.42 92.92 -
YUV 87.13 220.48 79.41 -
System Red Green Blue C M Y K H S L
Decimal 19 90 251 0.92 0.64 0 0.02 221.64 0.97 0.53
Hex 13 5A FB 5C 40 0 2 DE 61 35
Octal 23 132 373 134 100 0 2 336 141 65
Binary 10011 1011010 11111011 1011100 1000000 0 10 11011110 1100001 110101

Color Harmonies of #135AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135AFB

Black with #135AFB

Text Example


Text Example

White with #135AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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