Html Css Color HEX #145AF6 Navy Blue

📋 copy color: '#145AF6'

red 20 ◦ green 90 ◦ blue 246

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

Shades of Navy Blue #145AF6

Tints of Navy Blue #145AF6

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.28%

 BLUE value IS 246 (96.48% from 255) = 69.1%

R = 5.62%
G = 25.28%
B = 69.1%

CMYK

 C value IS 0.92

 M value IS 0.63

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#145AF6 (or 0x145AF6) is known color: Navy Blue. HEX triplet: 14, 5A and F6. RGB value is (20,90,246). Sum of RGB (Red+Green+Blue) = 20+90+246=356 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.62% from 356); Green value is 90 (35.55% from 255 or 25.28% from 356); Blue value is 246 (96.48% from 255 or 69.10% from 356); Max value from RGB is 246 - color contains mainly: blue. Hex color #145AF6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #145AF6 is #EBA509. Grayscale: #565656. Windows color (decimal): -15443210 or 16144916. OLE color: 16144916.

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

Color convert

RGB 20 90 246 -
CMYK 0.92 0.63 0 0.04
HSL 221.42º 0.93% 0.52% -
HSV(B) 221.42º 0.92% 0.96% -
XYZ 20.58 14.11 88.83 -
YUV 86.85 217.81 80.32 -
System Red Green Blue C M Y K H S L
Decimal 20 90 246 0.92 0.63 0 0.04 221.42 0.93 0.52
Hex 14 5A F6 5C 3F 0 4 DD 5D 34
Octal 24 132 366 134 77 0 4 335 135 64
Binary 10100 1011010 11110110 1011100 111111 0 100 11011101 1011101 110100

Color Harmonies of #145AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145AF6

Black with #145AF6

Text Example


Text Example

White with #145AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,90,246); }

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

background-color css

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

 a { background-color: rgb(20,90,246); }

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

border-color css

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

 span { border-color: rgb(20,90,246); }

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