Html Css Color HEX #1575CF Navy Blue

📋 copy color: '#1575CF'

red 21 ◦ green 117 ◦ blue 207

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

Shades of Navy Blue #1575CF

Tints of Navy Blue #1575CF

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.91%

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

R = 6.09%
G = 33.91%
B = 60%

CMYK

 C value IS 0.90

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1575CF (or 0x1575CF) is known color: Navy Blue. HEX triplet: 15, 75 and CF. RGB value is (21,117,207). Sum of RGB (Red+Green+Blue) = 21+117+207=345 (45% of max value = 765). Red value is 21 (8.59% from 255 or 6.09% from 345); Green value is 117 (46.09% from 255 or 33.91% from 345); Blue value is 207 (81.25% from 255 or 60% from 345); Max value from RGB is 207 - color contains mainly: blue. Hex color #1575CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1575CF is #EA8A30. Grayscale: #626262. Windows color (decimal): -15370801 or 13595925. OLE color: 13595925.

HSL color Cylindrical-coordinate representation of color #1575CF: hue angle of 209.03º 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 #1575CF is Cyan = 0.90, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 21 117 207 -
CMYK 0.90 0.43 0 0.19
HSL 209.03º 0.82% 0.45% -
HSV(B) 209.03º 0.9% 0.81% -
XYZ 17.93 17.39 61.44 -
YUV 98.56 189.2 72.68 -
System Red Green Blue C M Y K H S L
Decimal 21 117 207 0.90 0.43 0 0.19 209.03 0.82 0.45
Hex 15 75 CF 5A 2B 0 13 D1 52 2D
Octal 25 165 317 132 53 0 23 321 122 55
Binary 10101 1110101 11001111 1011010 101011 0 10011 11010001 1010010 101101

Color Harmonies of #1575CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1575CF

Black with #1575CF

Text Example


Text Example

White with #1575CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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