Html Css Color HEX #134AF9 Royal Blue

📋 copy color: '#134AF9'

red 19 ◦ green 74 ◦ blue 249

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

Shades of Royal Blue #134AF9

Tints of Royal Blue #134AF9

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.64%

 BLUE value IS 249 (97.66% from 255) = 72.81%

R = 5.56%
G = 21.64%
B = 72.81%

CMYK

 C value IS 0.92

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#134AF9 (or 0x134AF9) is known color: Royal Blue. HEX triplet: 13, 4A and F9. RGB value is (19,74,249). Sum of RGB (Red+Green+Blue) = 19+74+249=342 (45% of max value = 765). Red value is 19 (7.81% from 255 or 5.56% from 342); Green value is 74 (29.30% from 255 or 21.64% from 342); Blue value is 249 (97.66% from 255 or 72.81% from 342); Max value from RGB is 249 - color contains mainly: blue. Hex color #134AF9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #134AF9 is #ECB506. Grayscale: #4C4C4C. Windows color (decimal): -15512839 or 16337427. OLE color: 16337427.

HSL color Cylindrical-coordinate representation of color #134AF9: hue angle of 225.65º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #134AF9 is Cyan = 0.92, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 19 74 249 -
CMYK 0.92 0.70 0 0.02
HSL 225.65º 0.95% 0.53% -
HSV(B) 225.65º 0.92% 0.98% -
XYZ 19.82 11.88 90.87 -
YUV 77.51 224.78 86.27 -
System Red Green Blue C M Y K H S L
Decimal 19 74 249 0.92 0.70 0 0.02 225.65 0.95 0.53
Hex 13 4A F9 5C 46 0 2 E2 5F 35
Octal 23 112 371 134 106 0 2 342 137 65
Binary 10011 1001010 11111001 1011100 1000110 0 10 11100010 1011111 110101

Color Harmonies of #134AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #134AF9

Black with #134AF9

Text Example


Text Example

White with #134AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,74,249); }

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

background-color css

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

 a { background-color: rgb(19,74,249); }

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

border-color css

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

 span { border-color: rgb(19,74,249); }

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