Html Css Color HEX #1551F4 Navy Blue

📋 copy color: '#1551F4'

red 21 ◦ green 81 ◦ blue 244

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

Shades of Navy Blue #1551F4

Tints of Navy Blue #1551F4

RGB

 RED value IS 21 (8.59% from 255) = 6.07%

 GREEN value IS 81 (32.03% from 255) = 23.41%

 BLUE value IS 244 (95.7% from 255) = 70.52%

R = 6.07%
G = 23.41%
B = 70.52%

CMYK

 C value IS 0.91

 M value IS 0.67

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#1551F4 (or 0x1551F4) is known color: Navy Blue. HEX triplet: 15, 51 and F4. RGB value is (21,81,244). Sum of RGB (Red+Green+Blue) = 21+81+244=346 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.07% from 346); Green value is 81 (32.03% from 255 or 23.41% from 346); Blue value is 244 (95.70% from 255 or 70.52% from 346); Max value from RGB is 244 - color contains mainly: blue. Hex color #1551F4 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1551F4 is #EAAE0B. Grayscale: #505050. Windows color (decimal): -15379980 or 16011541. OLE color: 16011541.

HSL color Cylindrical-coordinate representation of color #1551F4: hue angle of 223.86º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1551F4 is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 21 81 244 -
CMYK 0.91 0.67 0 0.04
HSL 223.86º 0.91% 0.52% -
HSV(B) 223.86º 0.91% 0.96% -
XYZ 19.58 12.58 86.98 -
YUV 81.64 219.62 84.75 -
System Red Green Blue C M Y K H S L
Decimal 21 81 244 0.91 0.67 0 0.04 223.86 0.91 0.52
Hex 15 51 F4 5B 43 0 4 E0 5B 34
Octal 25 121 364 133 103 0 4 340 133 64
Binary 10101 1010001 11110100 1011011 1000011 0 100 11100000 1011011 110100

Color Harmonies of #1551F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1551F4

Black with #1551F4

Text Example


Text Example

White with #1551F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1551F4; }

 p { color: rgb(21,81,244); }

 H1.HeaderClassName
 {
   color: #1551F4;
 }
 .AnyTagClassName
 {
   color: #1551F4;
 }
</style>

background-color css

<style>
 a { background-color: #1551F4; }

 a { background-color: rgb(21,81,244); }

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

border-color css

<style>
 span { border-color: #1551F4; }

 span { border-color: rgb(21,81,244); }

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