Html Css Color HEX #135BF2 Navy Blue

📋 copy color: '#135BF2'

red 19 ◦ green 91 ◦ blue 242

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

Shades of Navy Blue #135BF2

Tints of Navy Blue #135BF2

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.85%

 BLUE value IS 242 (94.92% from 255) = 68.75%

R = 5.4%
G = 25.85%
B = 68.75%

CMYK

 C value IS 0.92

 M value IS 0.62

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#135BF2 (or 0x135BF2) is known color: Navy Blue. HEX triplet: 13, 5B and F2. RGB value is (19,91,242). Sum of RGB (Red+Green+Blue) = 19+91+242=352 (46% of max value = 765). Red value is 19 (7.81% from 255 or 5.40% from 352); Green value is 91 (35.94% from 255 or 25.85% from 352); Blue value is 242 (94.92% from 255 or 68.75% from 352); Max value from RGB is 242 - color contains mainly: blue. Hex color #135BF2 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #135BF2 is #ECA40D. Grayscale: #565656. Windows color (decimal): -15508494 or 15883027. OLE color: 15883027.

HSL color Cylindrical-coordinate representation of color #135BF2: hue angle of 220.63º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #135BF2 is Cyan = 0.92, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 19 91 242 -
CMYK 0.92 0.62 0 0.05
HSL 220.63º 0.9% 0.51% -
HSV(B) 220.63º 0.92% 0.95% -
XYZ 20.04 14.03 85.66 -
YUV 86.69 215.65 79.72 -
System Red Green Blue C M Y K H S L
Decimal 19 91 242 0.92 0.62 0 0.05 220.63 0.9 0.51
Hex 13 5B F2 5C 3E 0 5 DD 5A 33
Octal 23 133 362 134 76 0 5 335 132 63
Binary 10011 1011011 11110010 1011100 111110 0 101 11011101 1011010 110011

Color Harmonies of #135BF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135BF2

Black with #135BF2

Text Example


Text Example

White with #135BF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,91,242); }

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

background-color css

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

 a { background-color: rgb(19,91,242); }

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

border-color css

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

 span { border-color: rgb(19,91,242); }

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