Html Css Color HEX #0368FB Navy Blue

📋 copy color: '#0368FB'

red 3 ◦ green 104 ◦ blue 251

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

Shades of Navy Blue #0368FB

Tints of Navy Blue #0368FB

RGB

 RED value IS 3 (1.56% from 255) = 0.84%

 GREEN value IS 104 (41.02% from 255) = 29.05%

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

R = 0.84%
G = 29.05%
B = 70.11%

CMYK

 C value IS 0.99

 M value IS 0.59

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0368FB (or 0x0368FB) is known color: Navy Blue. HEX triplet: 03, 68 and FB. RGB value is (3,104,251). Sum of RGB (Red+Green+Blue) = 3+104+251=358 (47% of max value = 765). Red value is 3 (1.56% from 255 or 0.84% from 358); Green value is 104 (41.02% from 255 or 29.05% from 358); Blue value is 251 (98.44% from 255 or 70.11% from 358); Max value from RGB is 251 - color contains mainly: blue. Hex color #0368FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0368FB is #FC9704. Grayscale: #595959. Windows color (decimal): -16553733 or 16476163. OLE color: 16476163.

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

Color convert

RGB 3 104 251 -
CMYK 0.99 0.59 0 0.02
HSL 215.56º 0.98% 0.5% -
HSV(B) 215.56º 0.99% 0.98% -
XYZ 22.4 16.89 93.35 -
YUV 90.56 218.54 65.55 -
System Red Green Blue C M Y K H S L
Decimal 3 104 251 0.99 0.59 0 0.02 215.56 0.98 0.5
Hex 3 68 FB 63 3B 0 2 D8 62 32
Octal 3 150 373 143 73 0 2 330 142 62
Binary 11 1101000 11111011 1100011 111011 0 10 11011000 1100010 110010

Color Harmonies of #0368FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0368FB

Black with #0368FB

Text Example


Text Example

White with #0368FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,104,251); }

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

background-color css

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

 a { background-color: rgb(3,104,251); }

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

border-color css

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

 span { border-color: rgb(3,104,251); }

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