Html Css Color HEX #0141FC Navy Blue

📋 copy color: '#0141FC'

red 1 ◦ green 65 ◦ blue 252

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

Shades of Navy Blue #0141FC

Tints of Navy Blue #0141FC

RGB

 RED value IS 1 (0.78% from 255) = 0.31%

 GREEN value IS 65 (25.78% from 255) = 20.44%

 BLUE value IS 252 (98.83% from 255) = 79.25%

R = 0.31%
G = 20.44%
B = 79.25%

CMYK

 C value IS 1.00

 M value IS 0.74

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0141FC (or 0x0141FC) is known color: Navy Blue. HEX triplet: 01, 41 and FC. RGB value is (1,65,252). Sum of RGB (Red+Green+Blue) = 1+65+252=318 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 318); Green value is 65 (25.78% from 255 or 20.44% from 318); Blue value is 252 (98.83% from 255 or 79.25% from 318); Max value from RGB is 252 - color contains mainly: blue. Hex color #0141FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0141FC is #FEBE03. Grayscale: #424242. Windows color (decimal): -16694788 or 16531713. OLE color: 16531713.

HSL color Cylindrical-coordinate representation of color #0141FC: hue angle of 224.7º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0141FC is Cyan = 1.00, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 1 65 252 -
CMYK 1.00 0.74 0 0.01
HSL 224.7º 0.99% 0.5% -
HSV(B) 224.7º 1% 0.99% -
XYZ 19.47 10.82 93.16 -
YUV 67.18 232.3 80.79 -
System Red Green Blue C M Y K H S L
Decimal 1 65 252 1.00 0.74 0 0.01 224.7 0.99 0.5
Hex 1 41 FC 64 4A 0 1 E1 63 32
Octal 1 101 374 144 112 0 1 341 143 62
Binary 1 1000001 11111100 1100100 1001010 0 1 11100001 1100011 110010

Color Harmonies of #0141FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0141FC

Black with #0141FC

Text Example


Text Example

White with #0141FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0141FC; }

 p { color: rgb(1,65,252); }

 H1.HeaderClassName
 {
   color: #0141FC;
 }
 .AnyTagClassName
 {
   color: #0141FC;
 }
</style>

background-color css

<style>
 a { background-color: #0141FC; }

 a { background-color: rgb(1,65,252); }

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

border-color css

<style>
 span { border-color: #0141FC; }

 span { border-color: rgb(1,65,252); }

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