Html Css Color HEX #0367BE Navy Blue

📋 copy color: '#0367BE'

red 3 ◦ green 103 ◦ blue 190

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

Shades of Navy Blue #0367BE

Tints of Navy Blue #0367BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 64.19%

R = 1.01%
G = 34.8%
B = 64.19%

CMYK

 C value IS 0.98

 M value IS 0.46

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0367BE (or 0x0367BE) is known color: Navy Blue. HEX triplet: 03, 67 and BE. RGB value is (3,103,190). Sum of RGB (Red+Green+Blue) = 3+103+190=296 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.01% from 296); Green value is 103 (40.62% from 255 or 34.80% from 296); Blue value is 190 (74.61% from 255 or 64.19% from 296); Max value from RGB is 190 - color contains mainly: blue. Hex color #0367BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0367BE is #FC9841. Grayscale: #525252. Windows color (decimal): -16554050 or 12478211. OLE color: 12478211.

HSL color Cylindrical-coordinate representation of color #0367BE: hue angle of 207.91º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0367BE is Cyan = 0.98, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 3 103 190 -
CMYK 0.98 0.46 0 0.25
HSL 207.91º 0.97% 0.38% -
HSV(B) 207.91º 0.98% 0.75% -
XYZ 14.18 13.44 50.56 -
YUV 83.02 188.37 70.93 -
System Red Green Blue C M Y K H S L
Decimal 3 103 190 0.98 0.46 0 0.25 207.91 0.97 0.38
Hex 3 67 BE 62 2E 0 19 D0 61 26
Octal 3 147 276 142 56 0 31 320 141 46
Binary 11 1100111 10111110 1100010 101110 0 11001 11010000 1100001 100110

Color Harmonies of #0367BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0367BE

Black with #0367BE

Text Example


Text Example

White with #0367BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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