Html Css Color HEX #134CE7 Navy Blue

📋 copy color: '#134CE7'

red 19 ◦ green 76 ◦ blue 231

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

Shades of Navy Blue #134CE7

Tints of Navy Blue #134CE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 70.86%

R = 5.83%
G = 23.31%
B = 70.86%

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

#134CE7 (or 0x134CE7) is known color: Navy Blue. HEX triplet: 13, 4C and E7. RGB value is (19,76,231). Sum of RGB (Red+Green+Blue) = 19+76+231=326 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.83% from 326); Green value is 76 (30.08% from 255 or 23.31% from 326); Blue value is 231 (90.62% from 255 or 70.86% from 326); Max value from RGB is 231 - color contains mainly: blue. Hex color #134CE7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #134CE7 is #ECB318. Grayscale: #4B4B4B. Windows color (decimal): -15512345 or 15158291. OLE color: 15158291.

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

Color convert

RGB 19 76 231 -
CMYK 0.92 0.67 0 0.09
HSL 223.87º 0.85% 0.49% -
HSV(B) 223.87º 0.92% 0.91% -
XYZ 17.28 11.08 76.83 -
YUV 76.63 215.12 86.9 -
System Red Green Blue C M Y K H S L
Decimal 19 76 231 0.92 0.67 0 0.09 223.87 0.85 0.49
Hex 13 4C E7 5C 43 0 9 E0 55 31
Octal 23 114 347 134 103 0 11 340 125 61
Binary 10011 1001100 11100111 1011100 1000011 0 1001 11100000 1010101 110001

Color Harmonies of #134CE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134CE7

Black with #134CE7

Text Example


Text Example

White with #134CE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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