Html Css Color HEX #134EEF Navy Blue

📋 copy color: '#134EEF'

red 19 ◦ green 78 ◦ blue 239

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

Shades of Navy Blue #134EEF

Tints of Navy Blue #134EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 71.13%

R = 5.65%
G = 23.21%
B = 71.13%

CMYK

 C value IS 0.92

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#134EEF (or 0x134EEF) is known color: Navy Blue. HEX triplet: 13, 4E and EF. RGB value is (19,78,239). Sum of RGB (Red+Green+Blue) = 19+78+239=336 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.65% from 336); Green value is 78 (30.86% from 255 or 23.21% from 336); Blue value is 239 (93.75% from 255 or 71.13% from 336); Max value from RGB is 239 - color contains mainly: blue. Hex color #134EEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #134EEF is #ECB110. Grayscale: #4E4E4E. Windows color (decimal): -15511825 or 15683091. OLE color: 15683091.

HSL color Cylindrical-coordinate representation of color #134EEF: hue angle of 223.91º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #134EEF is Cyan = 0.92, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 19 78 239 -
CMYK 0.92 0.67 0 0.06
HSL 223.91º 0.87% 0.51% -
HSV(B) 223.91º 0.92% 0.94% -
XYZ 18.57 11.82 82.96 -
YUV 78.71 218.45 85.41 -
System Red Green Blue C M Y K H S L
Decimal 19 78 239 0.92 0.67 0 0.06 223.91 0.87 0.51
Hex 13 4E EF 5C 43 0 6 E0 57 33
Octal 23 116 357 134 103 0 6 340 127 63
Binary 10011 1001110 11101111 1011100 1000011 0 110 11100000 1010111 110011

Color Harmonies of #134EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134EEF

Black with #134EEF

Text Example


Text Example

White with #134EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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