Html Css Color HEX #1572CF Navy Blue

📋 copy color: '#1572CF'

red 21 ◦ green 114 ◦ blue 207

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

Shades of Navy Blue #1572CF

Tints of Navy Blue #1572CF

RGB

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

 GREEN value IS 114 (44.92% from 255) = 33.33%

 BLUE value IS 207 (81.25% from 255) = 60.53%

R = 6.14%
G = 33.33%
B = 60.53%

CMYK

 C value IS 0.90

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1572CF (or 0x1572CF) is known color: Navy Blue. HEX triplet: 15, 72 and CF. RGB value is (21,114,207). Sum of RGB (Red+Green+Blue) = 21+114+207=342 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.14% from 342); Green value is 114 (44.92% from 255 or 33.33% from 342); Blue value is 207 (81.25% from 255 or 60.53% from 342); Max value from RGB is 207 - color contains mainly: blue. Hex color #1572CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1572CF is #EA8D30. Grayscale: #606060. Windows color (decimal): -15371569 or 13595157. OLE color: 13595157.

HSL color Cylindrical-coordinate representation of color #1572CF: hue angle of 210º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1572CF is Cyan = 0.90, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 21 114 207 -
CMYK 0.90 0.45 0 0.19
HSL 210º 0.82% 0.45% -
HSV(B) 210º 0.9% 0.81% -
XYZ 17.59 16.7 61.33 -
YUV 96.8 190.19 73.94 -
System Red Green Blue C M Y K H S L
Decimal 21 114 207 0.90 0.45 0 0.19 210 0.82 0.45
Hex 15 72 CF 5A 2D 0 13 D2 52 2D
Octal 25 162 317 132 55 0 23 322 122 55
Binary 10101 1110010 11001111 1011010 101101 0 10011 11010010 1010010 101101

Color Harmonies of #1572CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1572CF

Black with #1572CF

Text Example


Text Example

White with #1572CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1572CF; }

 p { color: rgb(21,114,207); }

 H1.HeaderClassName
 {
   color: #1572CF;
 }
 .AnyTagClassName
 {
   color: #1572CF;
 }
</style>

background-color css

<style>
 a { background-color: #1572CF; }

 a { background-color: rgb(21,114,207); }

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

border-color css

<style>
 span { border-color: #1572CF; }

 span { border-color: rgb(21,114,207); }

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