Html Css Color HEX #0360FB Navy Blue

📋 copy color: '#0360FB'

red 3 ◦ green 96 ◦ blue 251

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

Shades of Navy Blue #0360FB

Tints of Navy Blue #0360FB

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.43%

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

R = 0.86%
G = 27.43%
B = 71.71%

CMYK

 C value IS 0.99

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0360FB (or 0x0360FB) is known color: Navy Blue. HEX triplet: 03, 60 and FB. RGB value is (3,96,251). Sum of RGB (Red+Green+Blue) = 3+96+251=350 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.86% from 350); Green value is 96 (37.89% from 255 or 27.43% from 350); Blue value is 251 (98.44% from 255 or 71.71% from 350); Max value from RGB is 251 - color contains mainly: blue. Hex color #0360FB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0360FB is #FC9F04. Grayscale: #555555. Windows color (decimal): -16555781 or 16474115. OLE color: 16474115.

HSL color Cylindrical-coordinate representation of color #0360FB: hue angle of 217.5º 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 #0360FB is Cyan = 0.99, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 3 96 251 -
CMYK 0.99 0.62 0 0.02
HSL 217.5º 0.98% 0.5% -
HSV(B) 217.5º 0.99% 0.98% -
XYZ 21.63 15.35 93.09 -
YUV 85.86 221.19 68.9 -
System Red Green Blue C M Y K H S L
Decimal 3 96 251 0.99 0.62 0 0.02 217.5 0.98 0.5
Hex 3 60 FB 63 3E 0 2 DA 62 32
Octal 3 140 373 143 76 0 2 332 142 62
Binary 11 1100000 11111011 1100011 111110 0 10 11011010 1100010 110010

Color Harmonies of #0360FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0360FB

Black with #0360FB

Text Example


Text Example

White with #0360FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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