Html Css Color HEX #0365DC Navy Blue

📋 copy color: '#0365DC'

red 3 ◦ green 101 ◦ blue 220

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

Shades of Navy Blue #0365DC

Tints of Navy Blue #0365DC

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.17%

 BLUE value IS 220 (86.33% from 255) = 67.9%

R = 0.93%
G = 31.17%
B = 67.9%

CMYK

 C value IS 0.99

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0365DC (or 0x0365DC) is known color: Navy Blue. HEX triplet: 03, 65 and DC. RGB value is (3,101,220). Sum of RGB (Red+Green+Blue) = 3+101+220=324 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 324); Green value is 101 (39.84% from 255 or 31.17% from 324); Blue value is 220 (86.33% from 255 or 67.90% from 324); Max value from RGB is 220 - color contains mainly: blue. Hex color #0365DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0365DC is #FC9A23. Grayscale: #545454. Windows color (decimal): -16554532 or 14443779. OLE color: 14443779.

HSL color Cylindrical-coordinate representation of color #0365DC: hue angle of 212.9º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0365DC is Cyan = 0.99, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 3 101 220 -
CMYK 0.99 0.54 0 0.14
HSL 212.9º 0.97% 0.44% -
HSV(B) 212.9º 0.99% 0.86% -
XYZ 17.61 14.49 69.58 -
YUV 85.26 204.03 69.32 -
System Red Green Blue C M Y K H S L
Decimal 3 101 220 0.99 0.54 0 0.14 212.9 0.97 0.44
Hex 3 65 DC 63 36 0 E D5 61 2C
Octal 3 145 334 143 66 0 16 325 141 54
Binary 11 1100101 11011100 1100011 110110 0 1110 11010101 1100001 101100

Color Harmonies of #0365DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0365DC

Black with #0365DC

Text Example


Text Example

White with #0365DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0365DC; }

 p { color: rgb(3,101,220); }

 H1.HeaderClassName
 {
   color: #0365DC;
 }
 .AnyTagClassName
 {
   color: #0365DC;
 }
</style>

background-color css

<style>
 a { background-color: #0365DC; }

 a { background-color: rgb(3,101,220); }

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

border-color css

<style>
 span { border-color: #0365DC; }

 span { border-color: rgb(3,101,220); }

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