Html Css Color HEX #0367BB Navy Blue

📋 copy color: '#0367BB'

red 3 ◦ green 103 ◦ blue 187

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

Shades of Navy Blue #0367BB

Tints of Navy Blue #0367BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 63.82%

R = 1.02%
G = 35.15%
B = 63.82%

CMYK

 C value IS 0.98

 M value IS 0.45

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0367BB (or 0x0367BB) is known color: Navy Blue. HEX triplet: 03, 67 and BB. RGB value is (3,103,187). Sum of RGB (Red+Green+Blue) = 3+103+187=293 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.02% from 293); Green value is 103 (40.62% from 255 or 35.15% from 293); Blue value is 187 (73.44% from 255 or 63.82% from 293); Max value from RGB is 187 - color contains mainly: blue. Hex color #0367BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0367BB is #FC9844. Grayscale: #525252. Windows color (decimal): -16554053 or 12281603. OLE color: 12281603.

HSL color Cylindrical-coordinate representation of color #0367BB: hue angle of 207.39º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0367BB is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 3 103 187 -
CMYK 0.98 0.45 0 0.27
HSL 207.39º 0.97% 0.37% -
HSV(B) 207.39º 0.98% 0.73% -
XYZ 13.86 13.31 48.85 -
YUV 82.68 186.87 71.17 -
System Red Green Blue C M Y K H S L
Decimal 3 103 187 0.98 0.45 0 0.27 207.39 0.97 0.37
Hex 3 67 BB 62 2D 0 1B CF 61 25
Octal 3 147 273 142 55 0 33 317 141 45
Binary 11 1100111 10111011 1100010 101101 0 11011 11001111 1100001 100101

Color Harmonies of #0367BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0367BB

Black with #0367BB

Text Example


Text Example

White with #0367BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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