Html Css Color HEX #134EEE Navy Blue

📋 copy color: '#134EEE'

red 19 ◦ green 78 ◦ blue 238

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

Shades of Navy Blue #134EEE

Tints of Navy Blue #134EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 71.04%

R = 5.67%
G = 23.28%
B = 71.04%

CMYK

 C value IS 0.92

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#134EEE (or 0x134EEE) is known color: Navy Blue. HEX triplet: 13, 4E and EE. RGB value is (19,78,238). Sum of RGB (Red+Green+Blue) = 19+78+238=335 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.67% from 335); Green value is 78 (30.86% from 255 or 23.28% from 335); Blue value is 238 (93.36% from 255 or 71.04% from 335); Max value from RGB is 238 - color contains mainly: blue. Hex color #134EEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #134EEE is #ECB111. Grayscale: #4D4D4D. Windows color (decimal): -15511826 or 15617555. OLE color: 15617555.

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

Color convert

RGB 19 78 238 -
CMYK 0.92 0.67 0 0.07
HSL 223.84º 0.87% 0.5% -
HSV(B) 223.84º 0.92% 0.93% -
XYZ 18.43 11.76 82.19 -
YUV 78.6 217.95 85.49 -
System Red Green Blue C M Y K H S L
Decimal 19 78 238 0.92 0.67 0 0.07 223.84 0.87 0.5
Hex 13 4E EE 5C 43 0 7 E0 57 32
Octal 23 116 356 134 103 0 7 340 127 62
Binary 10011 1001110 11101110 1011100 1000011 0 111 11100000 1010111 110010

Color Harmonies of #134EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134EEE

Black with #134EEE

Text Example


Text Example

White with #134EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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