Html Css Color HEX #134FDF Navy Blue

📋 copy color: '#134FDF'

red 19 ◦ green 79 ◦ blue 223

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

Shades of Navy Blue #134FDF

Tints of Navy Blue #134FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 69.47%

R = 5.92%
G = 24.61%
B = 69.47%

CMYK

 C value IS 0.91

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#134FDF (or 0x134FDF) is known color: Navy Blue. HEX triplet: 13, 4F and DF. RGB value is (19,79,223). Sum of RGB (Red+Green+Blue) = 19+79+223=321 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.92% from 321); Green value is 79 (31.25% from 255 or 24.61% from 321); Blue value is 223 (87.5% from 255 or 69.47% from 321); Max value from RGB is 223 - color contains mainly: blue. Hex color #134FDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #134FDF is #ECB020. Grayscale: #4C4C4C. Windows color (decimal): -15511585 or 14634771. OLE color: 14634771.

HSL color Cylindrical-coordinate representation of color #134FDF: hue angle of 222.35º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #134FDF is Cyan = 0.91, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 19 79 223 -
CMYK 0.91 0.65 0 0.13
HSL 222.35º 0.84% 0.47% -
HSV(B) 222.35º 0.91% 0.87% -
XYZ 16.38 11.06 71.08 -
YUV 77.48 210.12 86.29 -
System Red Green Blue C M Y K H S L
Decimal 19 79 223 0.91 0.65 0 0.13 222.35 0.84 0.47
Hex 13 4F DF 5B 41 0 D DE 54 2F
Octal 23 117 337 133 101 0 15 336 124 57
Binary 10011 1001111 11011111 1011011 1000001 0 1101 11011110 1010100 101111

Color Harmonies of #134FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134FDF

Black with #134FDF

Text Example


Text Example

White with #134FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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