Html Css Color HEX #0143FF Navy Blue

📋 copy color: '#0143FF'

red 1 ◦ green 67 ◦ blue 255

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

Shades of Navy Blue #0143FF

Tints of Navy Blue #0143FF

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.74%

 BLUE value IS 255 (100% from 255) = 78.95%

R = 0.31%
G = 20.74%
B = 78.95%

CMYK

 C value IS 1.00

 M value IS 0.74

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#0143FF (or 0x0143FF) is known color: Navy Blue. HEX triplet: 01, 43 and FF. RGB value is (1,67,255). Sum of RGB (Red+Green+Blue) = 1+67+255=323 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 323); Green value is 67 (26.56% from 255 or 20.74% from 323); Blue value is 255 (100% from 255 or 78.95% from 323); Max value from RGB is 255 - color contains mainly: blue. Hex color #0143FF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0143FF is #FEBC00. Grayscale: #434343. Windows color (decimal): -16694273 or 16728833. OLE color: 16728833.

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

Color convert

RGB 1 67 255 -
CMYK 1.00 0.74 0 0
HSL 224.41º 1% 0.5% -
HSV(B) 224.41º 1% 1% -
XYZ 20.07 11.24 95.72 -
YUV 68.7 233.13 79.71 -
System Red Green Blue C M Y K H S L
Decimal 1 67 255 1.00 0.74 0 0 224.41 1 0.5
Hex 1 43 FF 64 4A 0 0 E0 64 32
Octal 1 103 377 144 112 0 0 340 144 62
Binary 1 1000011 11111111 1100100 1001010 0 0 11100000 1100100 110010

Color Harmonies of #0143FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0143FF

Black with #0143FF

Text Example


Text Example

White with #0143FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0143FF; }

 p { color: rgb(1,67,255); }

 H1.HeaderClassName
 {
   color: #0143FF;
 }
 .AnyTagClassName
 {
   color: #0143FF;
 }
</style>

background-color css

<style>
 a { background-color: #0143FF; }

 a { background-color: rgb(1,67,255); }

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

border-color css

<style>
 span { border-color: #0143FF; }

 span { border-color: rgb(1,67,255); }

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