Html Css Color HEX #135EF4 Navy Blue

📋 copy color: '#135EF4'

red 19 ◦ green 94 ◦ blue 244

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

Shades of Navy Blue #135EF4

Tints of Navy Blue #135EF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 68.35%

R = 5.32%
G = 26.33%
B = 68.35%

CMYK

 C value IS 0.92

 M value IS 0.61

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#135EF4 (or 0x135EF4) is known color: Navy Blue. HEX triplet: 13, 5E and F4. RGB value is (19,94,244). Sum of RGB (Red+Green+Blue) = 19+94+244=357 (47% of max value = 765). Red value is 19 (7.81% from 255 or 5.32% from 357); Green value is 94 (37.11% from 255 or 26.33% from 357); Blue value is 244 (95.70% from 255 or 68.35% from 357); Max value from RGB is 244 - color contains mainly: blue. Hex color #135EF4 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #135EF4 is #ECA10B. Grayscale: #585858. Windows color (decimal): -15507724 or 16014867. OLE color: 16014867.

HSL color Cylindrical-coordinate representation of color #135EF4: hue angle of 220º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #135EF4 is Cyan = 0.92, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 19 94 244 -
CMYK 0.92 0.61 0 0.04
HSL 220º 0.91% 0.52% -
HSV(B) 220º 0.92% 0.96% -
XYZ 20.6 14.68 87.33 -
YUV 88.68 215.65 78.3 -
System Red Green Blue C M Y K H S L
Decimal 19 94 244 0.92 0.61 0 0.04 220 0.91 0.52
Hex 13 5E F4 5C 3D 0 4 DC 5B 34
Octal 23 136 364 134 75 0 4 334 133 64
Binary 10011 1011110 11110100 1011100 111101 0 100 11011100 1011011 110100

Color Harmonies of #135EF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135EF4

Black with #135EF4

Text Example


Text Example

White with #135EF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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