Html Css Color HEX #134CEB Navy Blue

📋 copy color: '#134CEB'

red 19 ◦ green 76 ◦ blue 235

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

Shades of Navy Blue #134CEB

Tints of Navy Blue #134CEB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.03%

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

R = 5.76%
G = 23.03%
B = 71.21%

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

#134CEB (or 0x134CEB) is known color: Navy Blue. HEX triplet: 13, 4C and EB. RGB value is (19,76,235). Sum of RGB (Red+Green+Blue) = 19+76+235=330 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.76% from 330); Green value is 76 (30.08% from 255 or 23.03% from 330); Blue value is 235 (92.19% from 255 or 71.21% from 330); Max value from RGB is 235 - color contains mainly: blue. Hex color #134CEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #134CEB is #ECB314. Grayscale: #4C4C4C. Windows color (decimal): -15512341 or 15420435. OLE color: 15420435.

HSL color Cylindrical-coordinate representation of color #134CEB: hue angle of 224.17º 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 #134CEB is Cyan = 0.92, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 19 76 235 -
CMYK 0.92 0.68 0 0.08
HSL 224.17º 0.85% 0.5% -
HSV(B) 224.17º 0.92% 0.92% -
XYZ 17.85 11.31 79.84 -
YUV 77.08 217.12 86.57 -
System Red Green Blue C M Y K H S L
Decimal 19 76 235 0.92 0.68 0 0.08 224.17 0.85 0.5
Hex 13 4C EB 5C 44 0 8 E0 55 32
Octal 23 114 353 134 104 0 10 340 125 62
Binary 10011 1001100 11101011 1011100 1000100 0 1000 11100000 1010101 110010

Color Harmonies of #134CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134CEB

Black with #134CEB

Text Example


Text Example

White with #134CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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