Html Css Color HEX #145FF3 Navy Blue

📋 copy color: '#145FF3'

red 20 ◦ green 95 ◦ blue 243

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

Shades of Navy Blue #145FF3

Tints of Navy Blue #145FF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 67.88%

R = 5.59%
G = 26.54%
B = 67.88%

CMYK

 C value IS 0.92

 M value IS 0.61

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#145FF3 (or 0x145FF3) is known color: Navy Blue. HEX triplet: 14, 5F and F3. RGB value is (20,95,243). Sum of RGB (Red+Green+Blue) = 20+95+243=358 (47% of max value = 765). Red value is 20 (8.20% from 255 or 5.59% from 358); Green value is 95 (37.5% from 255 or 26.54% from 358); Blue value is 243 (95.31% from 255 or 67.88% from 358); Max value from RGB is 243 - color contains mainly: blue. Hex color #145FF3 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #145FF3 is #EBA00C. Grayscale: #585858. Windows color (decimal): -15441933 or 15949588. OLE color: 15949588.

HSL color Cylindrical-coordinate representation of color #145FF3: hue angle of 219.82º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #145FF3 is Cyan = 0.92, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 20 95 243 -
CMYK 0.92 0.61 0 0.05
HSL 219.82º 0.9% 0.52% -
HSV(B) 219.82º 0.92% 0.95% -
XYZ 20.56 14.8 86.57 -
YUV 89.45 214.65 78.47 -
System Red Green Blue C M Y K H S L
Decimal 20 95 243 0.92 0.61 0 0.05 219.82 0.9 0.52
Hex 14 5F F3 5C 3D 0 5 DC 5A 34
Octal 24 137 363 134 75 0 5 334 132 64
Binary 10100 1011111 11110011 1011100 111101 0 101 11011100 1011010 110100

Color Harmonies of #145FF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #145FF3

Black with #145FF3

Text Example


Text Example

White with #145FF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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