Html Css Color HEX #104BFB Navy Blue

📋 copy color: '#104BFB'

red 16 ◦ green 75 ◦ blue 251

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

Shades of Navy Blue #104BFB

Tints of Navy Blue #104BFB

RGB

 RED value IS 16 (6.64% from 255) = 4.68%

 GREEN value IS 75 (29.69% from 255) = 21.93%

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

R = 4.68%
G = 21.93%
B = 73.39%

CMYK

 C value IS 0.94

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#104BFB (or 0x104BFB) is known color: Navy Blue. HEX triplet: 10, 4B and FB. RGB value is (16,75,251). Sum of RGB (Red+Green+Blue) = 16+75+251=342 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.68% from 342); Green value is 75 (29.69% from 255 or 21.93% from 342); Blue value is 251 (98.44% from 255 or 73.39% from 342); Max value from RGB is 251 - color contains mainly: blue. Hex color #104BFB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #104BFB is #EFB404. Grayscale: #4C4C4C. Windows color (decimal): -15709189 or 16468752. OLE color: 16468752.

HSL color Cylindrical-coordinate representation of color #104BFB: hue angle of 224.94º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #104BFB is Cyan = 0.94, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 16 75 251 -
CMYK 0.94 0.70 0 0.02
HSL 224.94º 0.97% 0.52% -
HSV(B) 224.94º 0.94% 0.98% -
XYZ 20.14 12.11 92.54 -
YUV 77.42 225.95 84.19 -
System Red Green Blue C M Y K H S L
Decimal 16 75 251 0.94 0.70 0 0.02 224.94 0.97 0.52
Hex 10 4B FB 5E 46 0 2 E1 61 34
Octal 20 113 373 136 106 0 2 341 141 64
Binary 10000 1001011 11111011 1011110 1000110 0 10 11100001 1100001 110100

Color Harmonies of #104BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104BFB

Black with #104BFB

Text Example


Text Example

White with #104BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104BFB; }

 p { color: rgb(16,75,251); }

 H1.HeaderClassName
 {
   color: #104BFB;
 }
 .AnyTagClassName
 {
   color: #104BFB;
 }
</style>

background-color css

<style>
 a { background-color: #104BFB; }

 a { background-color: rgb(16,75,251); }

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

border-color css

<style>
 span { border-color: #104BFB; }

 span { border-color: rgb(16,75,251); }

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