Html Css Color HEX #1552F0 Navy Blue

📋 copy color: '#1552F0'

red 21 ◦ green 82 ◦ blue 240

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

Shades of Navy Blue #1552F0

Tints of Navy Blue #1552F0

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.91%

 BLUE value IS 240 (94.14% from 255) = 69.97%

R = 6.12%
G = 23.91%
B = 69.97%

CMYK

 C value IS 0.91

 M value IS 0.66

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1552F0 (or 0x1552F0) is known color: Navy Blue. HEX triplet: 15, 52 and F0. RGB value is (21,82,240). Sum of RGB (Red+Green+Blue) = 21+82+240=343 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.12% from 343); Green value is 82 (32.42% from 255 or 23.91% from 343); Blue value is 240 (94.14% from 255 or 69.97% from 343); Max value from RGB is 240 - color contains mainly: blue. Hex color #1552F0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1552F0 is #EAAD0F. Grayscale: #515151. Windows color (decimal): -15379728 or 15749653. OLE color: 15749653.

HSL color Cylindrical-coordinate representation of color #1552F0: hue angle of 223.29º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1552F0 is Cyan = 0.91, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 21 82 240 -
CMYK 0.91 0.66 0 0.06
HSL 223.29º 0.88% 0.51% -
HSV(B) 223.29º 0.91% 0.94% -
XYZ 19.05 12.49 83.84 -
YUV 81.77 217.29 84.65 -
System Red Green Blue C M Y K H S L
Decimal 21 82 240 0.91 0.66 0 0.06 223.29 0.88 0.51
Hex 15 52 F0 5B 42 0 6 DF 58 33
Octal 25 122 360 133 102 0 6 337 130 63
Binary 10101 1010010 11110000 1011011 1000010 0 110 11011111 1011000 110011

Color Harmonies of #1552F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1552F0

Black with #1552F0

Text Example


Text Example

White with #1552F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1552F0; }

 p { color: rgb(21,82,240); }

 H1.HeaderClassName
 {
   color: #1552F0;
 }
 .AnyTagClassName
 {
   color: #1552F0;
 }
</style>

background-color css

<style>
 a { background-color: #1552F0; }

 a { background-color: rgb(21,82,240); }

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

border-color css

<style>
 span { border-color: #1552F0; }

 span { border-color: rgb(21,82,240); }

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