Html Css Color HEX #0364CE Navy Blue

📋 copy color: '#0364CE'

red 3 ◦ green 100 ◦ blue 206

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

Shades of Navy Blue #0364CE

Tints of Navy Blue #0364CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 66.67%

R = 0.97%
G = 32.36%
B = 66.67%

CMYK

 C value IS 0.99

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0364CE (or 0x0364CE) is known color: Navy Blue. HEX triplet: 03, 64 and CE. RGB value is (3,100,206). Sum of RGB (Red+Green+Blue) = 3+100+206=309 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.97% from 309); Green value is 100 (39.45% from 255 or 32.36% from 309); Blue value is 206 (80.86% from 255 or 66.67% from 309); Max value from RGB is 206 - color contains mainly: blue. Hex color #0364CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0364CE is #FC9B31. Grayscale: #525252. Windows color (decimal): -16554802 or 13526019. OLE color: 13526019.

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

Color convert

RGB 3 100 206 -
CMYK 0.99 0.51 0 0.19
HSL 211.33º 0.97% 0.41% -
HSV(B) 211.33º 0.99% 0.81% -
XYZ 15.74 13.59 60.19 -
YUV 83.08 197.36 70.88 -
System Red Green Blue C M Y K H S L
Decimal 3 100 206 0.99 0.51 0 0.19 211.33 0.97 0.41
Hex 3 64 CE 63 33 0 13 D3 61 29
Octal 3 144 316 143 63 0 23 323 141 51
Binary 11 1100100 11001110 1100011 110011 0 10011 11010011 1100001 101001

Color Harmonies of #0364CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0364CE

Black with #0364CE

Text Example


Text Example

White with #0364CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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