Html Css Color HEX #0363BC Navy Blue

📋 copy color: '#0363BC'

red 3 ◦ green 99 ◦ blue 188

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

Shades of Navy Blue #0363BC

Tints of Navy Blue #0363BC

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.14%

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

R = 1.03%
G = 34.14%
B = 64.83%

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

#0363BC (or 0x0363BC) is known color: Navy Blue. HEX triplet: 03, 63 and BC. RGB value is (3,99,188). Sum of RGB (Red+Green+Blue) = 3+99+188=290 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.03% from 290); Green value is 99 (39.06% from 255 or 34.14% from 290); Blue value is 188 (73.83% from 255 or 64.83% from 290); Max value from RGB is 188 - color contains mainly: blue. Hex color #0363BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0363BC is #FC9C43. Grayscale: #4F4F4F. Windows color (decimal): -16555076 or 12346115. OLE color: 12346115.

HSL color Cylindrical-coordinate representation of color #0363BC: hue angle of 208.86º 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 #0363BC is Cyan = 0.98, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 3 99 188 -
CMYK 0.98 0.47 0 0.26
HSL 208.86º 0.97% 0.37% -
HSV(B) 208.86º 0.98% 0.74% -
XYZ 13.58 12.57 49.29 -
YUV 80.44 188.7 72.76 -
System Red Green Blue C M Y K H S L
Decimal 3 99 188 0.98 0.47 0 0.26 208.86 0.97 0.37
Hex 3 63 BC 62 2F 0 1A D1 61 25
Octal 3 143 274 142 57 0 32 321 141 45
Binary 11 1100011 10111100 1100010 101111 0 11010 11010001 1100001 100101

Color Harmonies of #0363BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0363BC

Black with #0363BC

Text Example


Text Example

White with #0363BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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