Html Css Color HEX #0364BC Navy Blue

📋 copy color: '#0364BC'

red 3 ◦ green 100 ◦ blue 188

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

Shades of Navy Blue #0364BC

Tints of Navy Blue #0364BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 64.6%

R = 1.03%
G = 34.36%
B = 64.6%

CMYK

 C value IS 0.98

 M value IS 0.47

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0364BC (or 0x0364BC) is known color: Navy Blue. HEX triplet: 03, 64 and BC. RGB value is (3,100,188). Sum of RGB (Red+Green+Blue) = 3+100+188=291 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.03% from 291); Green value is 100 (39.45% from 255 or 34.36% from 291); Blue value is 188 (73.83% from 255 or 64.60% from 291); Max value from RGB is 188 - color contains mainly: blue. Hex color #0364BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0364BC is #FC9B43. Grayscale: #505050. Windows color (decimal): -16554820 or 12346371. OLE color: 12346371.

HSL color Cylindrical-coordinate representation of color #0364BC: hue angle of 208.54º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0364BC is Cyan = 0.98, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 3 100 188 -
CMYK 0.98 0.47 0 0.26
HSL 208.54º 0.97% 0.37% -
HSV(B) 208.54º 0.98% 0.74% -
XYZ 13.67 12.76 49.32 -
YUV 81.03 188.36 72.34 -
System Red Green Blue C M Y K H S L
Decimal 3 100 188 0.98 0.47 0 0.26 208.54 0.97 0.37
Hex 3 64 BC 62 2F 0 1A D1 61 25
Octal 3 144 274 142 57 0 32 321 141 45
Binary 11 1100100 10111100 1100010 101111 0 11010 11010001 1100001 100101

Color Harmonies of #0364BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0364BC

Black with #0364BC

Text Example


Text Example

White with #0364BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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