Html Css Color HEX #0143FB Navy Blue

📋 copy color: '#0143FB'

red 1 ◦ green 67 ◦ blue 251

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

Shades of Navy Blue #0143FB

Tints of Navy Blue #0143FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 78.68%

R = 0.31%
G = 21%
B = 78.68%

CMYK

 C value IS 1.00

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0143FB (or 0x0143FB) is known color: Navy Blue. HEX triplet: 01, 43 and FB. RGB value is (1,67,251). Sum of RGB (Red+Green+Blue) = 1+67+251=319 (42% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 319); Green value is 67 (26.56% from 255 or 21.00% from 319); Blue value is 251 (98.44% from 255 or 78.68% from 319); Max value from RGB is 251 - color contains mainly: blue. Hex color #0143FB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0143FB is #FEBC04. Grayscale: #434343. Windows color (decimal): -16694277 or 16466689. OLE color: 16466689.

HSL color Cylindrical-coordinate representation of color #0143FB: hue angle of 224.16º degrees, saturation: 0.99, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0143FB is Cyan = 1.00, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 1 67 251 -
CMYK 1.00 0.73 0 0.02
HSL 224.16º 0.99% 0.49% -
HSV(B) 224.16º 1% 0.98% -
XYZ 19.43 10.99 92.36 -
YUV 68.24 231.13 80.04 -
System Red Green Blue C M Y K H S L
Decimal 1 67 251 1.00 0.73 0 0.02 224.16 0.99 0.49
Hex 1 43 FB 64 49 0 2 E0 63 31
Octal 1 103 373 144 111 0 2 340 143 61
Binary 1 1000011 11111011 1100100 1001001 0 10 11100000 1100011 110001

Color Harmonies of #0143FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0143FB

Black with #0143FB

Text Example


Text Example

White with #0143FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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