Html Css Color HEX #134CE9 Navy Blue

📋 copy color: '#134CE9'

red 19 ◦ green 76 ◦ blue 233

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

Shades of Navy Blue #134CE9

Tints of Navy Blue #134CE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 71.04%

R = 5.79%
G = 23.17%
B = 71.04%

CMYK

 C value IS 0.92

 M value IS 0.67

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#134CE9 (or 0x134CE9) is known color: Navy Blue. HEX triplet: 13, 4C and E9. RGB value is (19,76,233). Sum of RGB (Red+Green+Blue) = 19+76+233=328 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.79% from 328); Green value is 76 (30.08% from 255 or 23.17% from 328); Blue value is 233 (91.41% from 255 or 71.04% from 328); Max value from RGB is 233 - color contains mainly: blue. Hex color #134CE9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #134CE9 is #ECB316. Grayscale: #4C4C4C. Windows color (decimal): -15512343 or 15289363. OLE color: 15289363.

HSL color Cylindrical-coordinate representation of color #134CE9: hue angle of 224.02º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #134CE9 is Cyan = 0.92, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 19 76 233 -
CMYK 0.92 0.67 0 0.09
HSL 224.02º 0.85% 0.49% -
HSV(B) 224.02º 0.92% 0.91% -
XYZ 17.56 11.19 78.33 -
YUV 76.86 216.12 86.73 -
System Red Green Blue C M Y K H S L
Decimal 19 76 233 0.92 0.67 0 0.09 224.02 0.85 0.49
Hex 13 4C E9 5C 43 0 9 E0 55 31
Octal 23 114 351 134 103 0 11 340 125 61
Binary 10011 1001100 11101001 1011100 1000011 0 1001 11100000 1010101 110001

Color Harmonies of #134CE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134CE9

Black with #134CE9

Text Example


Text Example

White with #134CE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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