Html Css Color HEX #0363CC Navy Blue

📋 copy color: '#0363CC'

red 3 ◦ green 99 ◦ blue 204

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

Shades of Navy Blue #0363CC

Tints of Navy Blue #0363CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 66.67%

R = 0.98%
G = 32.35%
B = 66.67%

CMYK

 C value IS 0.99

 M value IS 0.51

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0363CC (or 0x0363CC) is known color: Navy Blue. HEX triplet: 03, 63 and CC. RGB value is (3,99,204). Sum of RGB (Red+Green+Blue) = 3+99+204=306 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.98% from 306); Green value is 99 (39.06% from 255 or 32.35% from 306); Blue value is 204 (80.08% from 255 or 66.67% from 306); Max value from RGB is 204 - color contains mainly: blue. Hex color #0363CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0363CC is #FC9C33. Grayscale: #515151. Windows color (decimal): -16555060 or 13394691. OLE color: 13394691.

HSL color Cylindrical-coordinate representation of color #0363CC: hue angle of 211.34º 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 #0363CC is Cyan = 0.99, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 3 99 204 -
CMYK 0.99 0.51 0 0.2
HSL 211.34º 0.97% 0.41% -
HSV(B) 211.34º 0.99% 0.8% -
XYZ 15.4 13.3 58.88 -
YUV 82.27 196.7 71.46 -
System Red Green Blue C M Y K H S L
Decimal 3 99 204 0.99 0.51 0 0.2 211.34 0.97 0.41
Hex 3 63 CC 63 33 0 14 D3 61 29
Octal 3 143 314 143 63 0 24 323 141 51
Binary 11 1100011 11001100 1100011 110011 0 10100 11010011 1100001 101001

Color Harmonies of #0363CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0363CC

Black with #0363CC

Text Example


Text Example

White with #0363CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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