Html Css Color HEX #0367DC Navy Blue

📋 copy color: '#0367DC'

red 3 ◦ green 103 ◦ blue 220

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

Shades of Navy Blue #0367DC

Tints of Navy Blue #0367DC

RGB

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

 GREEN value IS 103 (40.63% from 255) = 31.6%

 BLUE value IS 220 (86.33% from 255) = 67.48%

R = 0.92%
G = 31.6%
B = 67.48%

CMYK

 C value IS 0.99

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0367DC (or 0x0367DC) is known color: Navy Blue. HEX triplet: 03, 67 and DC. RGB value is (3,103,220). Sum of RGB (Red+Green+Blue) = 3+103+220=326 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.92% from 326); Green value is 103 (40.62% from 255 or 31.60% from 326); Blue value is 220 (86.33% from 255 or 67.48% from 326); Max value from RGB is 220 - color contains mainly: blue. Hex color #0367DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0367DC is #FC9823. Grayscale: #555555. Windows color (decimal): -16554020 or 14444291. OLE color: 14444291.

HSL color Cylindrical-coordinate representation of color #0367DC: hue angle of 212.35º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0367DC is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 3 103 220 -
CMYK 0.99 0.53 0 0.14
HSL 212.35º 0.97% 0.44% -
HSV(B) 212.35º 0.99% 0.86% -
XYZ 17.81 14.89 69.65 -
YUV 86.44 203.37 68.49 -
System Red Green Blue C M Y K H S L
Decimal 3 103 220 0.99 0.53 0 0.14 212.35 0.97 0.44
Hex 3 67 DC 63 35 0 E D4 61 2C
Octal 3 147 334 143 65 0 16 324 141 54
Binary 11 1100111 11011100 1100011 110101 0 1110 11010100 1100001 101100

Color Harmonies of #0367DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0367DC

Black with #0367DC

Text Example


Text Example

White with #0367DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0367DC; }

 p { color: rgb(3,103,220); }

 H1.HeaderClassName
 {
   color: #0367DC;
 }
 .AnyTagClassName
 {
   color: #0367DC;
 }
</style>

background-color css

<style>
 a { background-color: #0367DC; }

 a { background-color: rgb(3,103,220); }

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

border-color css

<style>
 span { border-color: #0367DC; }

 span { border-color: rgb(3,103,220); }

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