Html Css Color HEX #134EE4 Navy Blue

📋 copy color: '#134EE4'

red 19 ◦ green 78 ◦ blue 228

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

Shades of Navy Blue #134EE4

Tints of Navy Blue #134EE4

RGB

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

 GREEN value IS 78 (30.86% from 255) = 24%

 BLUE value IS 228 (89.45% from 255) = 70.15%

R = 5.85%
G = 24%
B = 70.15%

CMYK

 C value IS 0.92

 M value IS 0.66

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#134EE4 (or 0x134EE4) is known color: Navy Blue. HEX triplet: 13, 4E and E4. RGB value is (19,78,228). Sum of RGB (Red+Green+Blue) = 19+78+228=325 (43% of max value = 765). Red value is 19 (7.81% from 255 or 5.85% from 325); Green value is 78 (30.86% from 255 or 24% from 325); Blue value is 228 (89.45% from 255 or 70.15% from 325); Max value from RGB is 228 - color contains mainly: blue. Hex color #134EE4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #134EE4 is #ECB11B. Grayscale: #4C4C4C. Windows color (decimal): -15511836 or 14962195. OLE color: 14962195.

HSL color Cylindrical-coordinate representation of color #134EE4: hue angle of 223.06º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #134EE4 is Cyan = 0.92, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 19 78 228 -
CMYK 0.92 0.66 0 0.11
HSL 223.06º 0.85% 0.48% -
HSV(B) 223.06º 0.92% 0.89% -
XYZ 17 11.19 74.66 -
YUV 77.46 212.95 86.3 -
System Red Green Blue C M Y K H S L
Decimal 19 78 228 0.92 0.66 0 0.11 223.06 0.85 0.48
Hex 13 4E E4 5C 42 0 B DF 55 30
Octal 23 116 344 134 102 0 13 337 125 60
Binary 10011 1001110 11100100 1011100 1000010 0 1011 11011111 1010101 110000

Color Harmonies of #134EE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134EE4

Black with #134EE4

Text Example


Text Example

White with #134EE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,78,228); }

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

background-color css

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

 a { background-color: rgb(19,78,228); }

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

border-color css

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

 span { border-color: rgb(19,78,228); }

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