Html Css Color HEX #0368BD Navy Blue

📋 copy color: '#0368BD'

red 3 ◦ green 104 ◦ blue 189

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

Shades of Navy Blue #0368BD

Tints of Navy Blue #0368BD

RGB

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

 GREEN value IS 104 (41.02% from 255) = 35.14%

 BLUE value IS 189 (74.22% from 255) = 63.85%

R = 1.01%
G = 35.14%
B = 63.85%

CMYK

 C value IS 0.98

 M value IS 0.45

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0368BD (or 0x0368BD) is known color: Navy Blue. HEX triplet: 03, 68 and BD. RGB value is (3,104,189). Sum of RGB (Red+Green+Blue) = 3+104+189=296 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.01% from 296); Green value is 104 (41.02% from 255 or 35.14% from 296); Blue value is 189 (74.22% from 255 or 63.85% from 296); Max value from RGB is 189 - color contains mainly: blue. Hex color #0368BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0368BD is #FC9742. Grayscale: #535353. Windows color (decimal): -16553795 or 12412931. OLE color: 12412931.

HSL color Cylindrical-coordinate representation of color #0368BD: hue angle of 207.42º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0368BD is Cyan = 0.98, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 3 104 189 -
CMYK 0.98 0.45 0 0.26
HSL 207.42º 0.97% 0.38% -
HSV(B) 207.42º 0.98% 0.74% -
XYZ 14.17 13.59 50.02 -
YUV 83.49 187.54 70.59 -
System Red Green Blue C M Y K H S L
Decimal 3 104 189 0.98 0.45 0 0.26 207.42 0.97 0.38
Hex 3 68 BD 62 2D 0 1A CF 61 26
Octal 3 150 275 142 55 0 32 317 141 46
Binary 11 1101000 10111101 1100010 101101 0 11010 11001111 1100001 100110

Color Harmonies of #0368BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0368BD

Black with #0368BD

Text Example


Text Example

White with #0368BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0368BD; }

 p { color: rgb(3,104,189); }

 H1.HeaderClassName
 {
   color: #0368BD;
 }
 .AnyTagClassName
 {
   color: #0368BD;
 }
</style>

background-color css

<style>
 a { background-color: #0368BD; }

 a { background-color: rgb(3,104,189); }

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

border-color css

<style>
 span { border-color: #0368BD; }

 span { border-color: rgb(3,104,189); }

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