Html Css Color HEX #145FF7 Navy Blue

📋 copy color: '#145FF7'

red 20 ◦ green 95 ◦ blue 247

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

Shades of Navy Blue #145FF7

Tints of Navy Blue #145FF7

RGB

 RED value IS 20 (8.2% from 255) = 5.52%

 GREEN value IS 95 (37.5% from 255) = 26.24%

 BLUE value IS 247 (96.88% from 255) = 68.23%

R = 5.52%
G = 26.24%
B = 68.23%

CMYK

 C value IS 0.92

 M value IS 0.62

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#145FF7 (or 0x145FF7) is known color: Navy Blue. HEX triplet: 14, 5F and F7. RGB value is (20,95,247). Sum of RGB (Red+Green+Blue) = 20+95+247=362 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.52% from 362); Green value is 95 (37.5% from 255 or 26.24% from 362); Blue value is 247 (96.88% from 255 or 68.23% from 362); Max value from RGB is 247 - color contains mainly: blue. Hex color #145FF7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #145FF7 is #EBA008. Grayscale: #595959. Windows color (decimal): -15441929 or 16211732. OLE color: 16211732.

HSL color Cylindrical-coordinate representation of color #145FF7: hue angle of 220.18º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #145FF7 is Cyan = 0.92, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 20 95 247 -
CMYK 0.92 0.62 0 0.03
HSL 220.18º 0.93% 0.52% -
HSV(B) 220.18º 0.92% 0.97% -
XYZ 21.17 15.05 89.78 -
YUV 89.9 216.65 78.14 -
System Red Green Blue C M Y K H S L
Decimal 20 95 247 0.92 0.62 0 0.03 220.18 0.93 0.52
Hex 14 5F F7 5C 3E 0 3 DC 5D 34
Octal 24 137 367 134 76 0 3 334 135 64
Binary 10100 1011111 11110111 1011100 111110 0 11 11011100 1011101 110100

Color Harmonies of #145FF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145FF7

Black with #145FF7

Text Example


Text Example

White with #145FF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #145FF7; }

 p { color: rgb(20,95,247); }

 H1.HeaderClassName
 {
   color: #145FF7;
 }
 .AnyTagClassName
 {
   color: #145FF7;
 }
</style>

background-color css

<style>
 a { background-color: #145FF7; }

 a { background-color: rgb(20,95,247); }

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

border-color css

<style>
 span { border-color: #145FF7; }

 span { border-color: rgb(20,95,247); }

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