Html Css Color HEX #134FEE Navy Blue

📋 copy color: '#134FEE'

red 19 ◦ green 79 ◦ blue 238

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

Shades of Navy Blue #134FEE

Tints of Navy Blue #134FEE

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.51%

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

R = 5.65%
G = 23.51%
B = 70.83%

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

#134FEE (or 0x134FEE) is known color: Navy Blue. HEX triplet: 13, 4F and EE. RGB value is (19,79,238). Sum of RGB (Red+Green+Blue) = 19+79+238=336 (44% of max value = 765). Red value is 19 (7.81% from 255 or 5.65% from 336); Green value is 79 (31.25% from 255 or 23.51% from 336); Blue value is 238 (93.36% from 255 or 70.83% from 336); Max value from RGB is 238 - color contains mainly: blue. Hex color #134FEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #134FEE is #ECB011. Grayscale: #4E4E4E. Windows color (decimal): -15511570 or 15617811. OLE color: 15617811.

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

Color convert

RGB 19 79 238 -
CMYK 0.92 0.67 0 0.07
HSL 223.56º 0.87% 0.5% -
HSV(B) 223.56º 0.92% 0.93% -
XYZ 18.5 11.9 82.21 -
YUV 79.19 217.62 85.07 -
System Red Green Blue C M Y K H S L
Decimal 19 79 238 0.92 0.67 0 0.07 223.56 0.87 0.5
Hex 13 4F EE 5C 43 0 7 E0 57 32
Octal 23 117 356 134 103 0 7 340 127 62
Binary 10011 1001111 11101110 1011100 1000011 0 111 11100000 1010111 110010

Color Harmonies of #134FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134FEE

Black with #134FEE

Text Example


Text Example

White with #134FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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