Html Css Color HEX #0364DF Navy Blue

📋 copy color: '#0364DF'

red 3 ◦ green 100 ◦ blue 223

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

Shades of Navy Blue #0364DF

Tints of Navy Blue #0364DF

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.67%

 BLUE value IS 223 (87.5% from 255) = 68.4%

R = 0.92%
G = 30.67%
B = 68.4%

CMYK

 C value IS 0.99

 M value IS 0.55

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0364DF (or 0x0364DF) is known color: Navy Blue. HEX triplet: 03, 64 and DF. RGB value is (3,100,223). Sum of RGB (Red+Green+Blue) = 3+100+223=326 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.92% from 326); Green value is 100 (39.45% from 255 or 30.67% from 326); Blue value is 223 (87.5% from 255 or 68.40% from 326); Max value from RGB is 223 - color contains mainly: blue. Hex color #0364DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0364DF is #FC9B20. Grayscale: #545454. Windows color (decimal): -16554785 or 14640131. OLE color: 14640131.

HSL color Cylindrical-coordinate representation of color #0364DF: hue angle of 213.55º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0364DF is Cyan = 0.99, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 3 100 223 -
CMYK 0.99 0.55 0 0.13
HSL 213.55º 0.97% 0.44% -
HSV(B) 213.55º 0.99% 0.87% -
XYZ 17.91 14.46 71.66 -
YUV 85.02 205.86 69.5 -
System Red Green Blue C M Y K H S L
Decimal 3 100 223 0.99 0.55 0 0.13 213.55 0.97 0.44
Hex 3 64 DF 63 37 0 D D6 61 2C
Octal 3 144 337 143 67 0 15 326 141 54
Binary 11 1100100 11011111 1100011 110111 0 1101 11010110 1100001 101100

Color Harmonies of #0364DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0364DF

Black with #0364DF

Text Example


Text Example

White with #0364DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0364DF; }

 p { color: rgb(3,100,223); }

 H1.HeaderClassName
 {
   color: #0364DF;
 }
 .AnyTagClassName
 {
   color: #0364DF;
 }
</style>

background-color css

<style>
 a { background-color: #0364DF; }

 a { background-color: rgb(3,100,223); }

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

border-color css

<style>
 span { border-color: #0364DF; }

 span { border-color: rgb(3,100,223); }

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