Html Css Color HEX #0360FC Navy Blue

📋 copy color: '#0360FC'

red 3 ◦ green 96 ◦ blue 252

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

Shades of Navy Blue #0360FC

Tints of Navy Blue #0360FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 71.79%

R = 0.85%
G = 27.35%
B = 71.79%

CMYK

 C value IS 0.99

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0360FC (or 0x0360FC) is known color: Navy Blue. HEX triplet: 03, 60 and FC. RGB value is (3,96,252). Sum of RGB (Red+Green+Blue) = 3+96+252=351 (46% of max value = 765). Red value is 3 (1.56% from 255 or 0.85% from 351); Green value is 96 (37.89% from 255 or 27.35% from 351); Blue value is 252 (98.83% from 255 or 71.79% from 351); Max value from RGB is 252 - color contains mainly: blue. Hex color #0360FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0360FC is #FC9F03. Grayscale: #555555. Windows color (decimal): -16555780 or 16539651. OLE color: 16539651.

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

Color convert

RGB 3 96 252 -
CMYK 0.99 0.62 0 0.01
HSL 217.59º 0.98% 0.5% -
HSV(B) 217.59º 0.99% 0.99% -
XYZ 21.79 15.41 93.92 -
YUV 85.98 221.69 68.82 -
System Red Green Blue C M Y K H S L
Decimal 3 96 252 0.99 0.62 0 0.01 217.59 0.98 0.5
Hex 3 60 FC 63 3E 0 1 DA 62 32
Octal 3 140 374 143 76 0 1 332 142 62
Binary 11 1100000 11111100 1100011 111110 0 1 11011010 1100010 110010

Color Harmonies of #0360FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0360FC

Black with #0360FC

Text Example


Text Example

White with #0360FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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