Html Css Color HEX #134BEB Navy Blue

📋 copy color: '#134BEB'

red 19 ◦ green 75 ◦ blue 235

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

Shades of Navy Blue #134BEB

Tints of Navy Blue #134BEB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.8%

 BLUE value IS 235 (92.19% from 255) = 71.43%

R = 5.78%
G = 22.8%
B = 71.43%

CMYK

 C value IS 0.92

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#134BEB (or 0x134BEB) is known color: Navy Blue. HEX triplet: 13, 4B and EB. RGB value is (19,75,235). Sum of RGB (Red+Green+Blue) = 19+75+235=329 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.78% from 329); Green value is 75 (29.69% from 255 or 22.80% from 329); Blue value is 235 (92.19% from 255 or 71.43% from 329); Max value from RGB is 235 - color contains mainly: blue. Hex color #134BEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #134BEB is #ECB414. Grayscale: #4B4B4B. Windows color (decimal): -15512597 or 15420179. OLE color: 15420179.

HSL color Cylindrical-coordinate representation of color #134BEB: hue angle of 224.44º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #134BEB is Cyan = 0.92, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 19 75 235 -
CMYK 0.92 0.68 0 0.08
HSL 224.44º 0.85% 0.5% -
HSV(B) 224.44º 0.92% 0.92% -
XYZ 17.78 11.17 79.82 -
YUV 76.5 217.45 86.99 -
System Red Green Blue C M Y K H S L
Decimal 19 75 235 0.92 0.68 0 0.08 224.44 0.85 0.5
Hex 13 4B EB 5C 44 0 8 E0 55 32
Octal 23 113 353 134 104 0 10 340 125 62
Binary 10011 1001011 11101011 1011100 1000100 0 1000 11100000 1010101 110010

Color Harmonies of #134BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134BEB

Black with #134BEB

Text Example


Text Example

White with #134BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #134BEB; }

 p { color: rgb(19,75,235); }

 H1.HeaderClassName
 {
   color: #134BEB;
 }
 .AnyTagClassName
 {
   color: #134BEB;
 }
</style>

background-color css

<style>
 a { background-color: #134BEB; }

 a { background-color: rgb(19,75,235); }

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

border-color css

<style>
 span { border-color: #134BEB; }

 span { border-color: rgb(19,75,235); }

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