Html Css Color HEX #134CE6 Navy Blue

📋 copy color: '#134CE6'

red 19 ◦ green 76 ◦ blue 230

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

Shades of Navy Blue #134CE6

Tints of Navy Blue #134CE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 70.77%

R = 5.85%
G = 23.38%
B = 70.77%

CMYK

 C value IS 0.92

 M value IS 0.67

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#134CE6 (or 0x134CE6) is known color: Navy Blue. HEX triplet: 13, 4C and E6. RGB value is (19,76,230). Sum of RGB (Red+Green+Blue) = 19+76+230=325 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.85% from 325); Green value is 76 (30.08% from 255 or 23.38% from 325); Blue value is 230 (90.23% from 255 or 70.77% from 325); Max value from RGB is 230 - color contains mainly: blue. Hex color #134CE6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #134CE6 is #ECB319. Grayscale: #4B4B4B. Windows color (decimal): -15512346 or 15092755. OLE color: 15092755.

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

Color convert

RGB 19 76 230 -
CMYK 0.92 0.67 0 0.10
HSL 223.79º 0.85% 0.49% -
HSV(B) 223.79º 0.92% 0.9% -
XYZ 17.14 11.02 76.09 -
YUV 76.51 214.62 86.98 -
System Red Green Blue C M Y K H S L
Decimal 19 76 230 0.92 0.67 0 0.10 223.79 0.85 0.49
Hex 13 4C E6 5C 43 0 A E0 55 31
Octal 23 114 346 134 103 0 12 340 125 61
Binary 10011 1001100 11100110 1011100 1000011 0 1010 11100000 1010101 110001

Color Harmonies of #134CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134CE6

Black with #134CE6

Text Example


Text Example

White with #134CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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