Html Css Color HEX #0364CD Navy Blue

📋 copy color: '#0364CD'

red 3 ◦ green 100 ◦ blue 205

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

Shades of Navy Blue #0364CD

Tints of Navy Blue #0364CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 66.56%

R = 0.97%
G = 32.47%
B = 66.56%

CMYK

 C value IS 0.99

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0364CD (or 0x0364CD) is known color: Navy Blue. HEX triplet: 03, 64 and CD. RGB value is (3,100,205). Sum of RGB (Red+Green+Blue) = 3+100+205=308 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.97% from 308); Green value is 100 (39.45% from 255 or 32.47% from 308); Blue value is 205 (80.47% from 255 or 66.56% from 308); Max value from RGB is 205 - color contains mainly: blue. Hex color #0364CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0364CD is #FC9B32. Grayscale: #525252. Windows color (decimal): -16554803 or 13460483. OLE color: 13460483.

HSL color Cylindrical-coordinate representation of color #0364CD: hue angle of 211.19º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0364CD is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 3 100 205 -
CMYK 0.99 0.51 0 0.20
HSL 211.19º 0.97% 0.41% -
HSV(B) 211.19º 0.99% 0.8% -
XYZ 15.61 13.54 59.55 -
YUV 82.97 196.86 70.96 -
System Red Green Blue C M Y K H S L
Decimal 3 100 205 0.99 0.51 0 0.20 211.19 0.97 0.41
Hex 3 64 CD 63 33 0 14 D3 61 29
Octal 3 144 315 143 63 0 24 323 141 51
Binary 11 1100100 11001101 1100011 110011 0 10100 11010011 1100001 101001

Color Harmonies of #0364CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0364CD

Black with #0364CD

Text Example


Text Example

White with #0364CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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