Html Css Color HEX #0367BC Navy Blue

📋 copy color: '#0367BC'

red 3 ◦ green 103 ◦ blue 188

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

Shades of Navy Blue #0367BC

Tints of Navy Blue #0367BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 63.95%

R = 1.02%
G = 35.03%
B = 63.95%

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

#0367BC (or 0x0367BC) is known color: Navy Blue. HEX triplet: 03, 67 and BC. RGB value is (3,103,188). Sum of RGB (Red+Green+Blue) = 3+103+188=294 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.02% from 294); Green value is 103 (40.62% from 255 or 35.03% from 294); Blue value is 188 (73.83% from 255 or 63.95% from 294); Max value from RGB is 188 - color contains mainly: blue. Hex color #0367BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0367BC is #FC9843. Grayscale: #525252. Windows color (decimal): -16554052 or 12347139. OLE color: 12347139.

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

Color convert

RGB 3 103 188 -
CMYK 0.98 0.45 0 0.26
HSL 207.57º 0.97% 0.37% -
HSV(B) 207.57º 0.98% 0.74% -
XYZ 13.96 13.35 49.42 -
YUV 82.79 187.37 71.09 -
System Red Green Blue C M Y K H S L
Decimal 3 103 188 0.98 0.45 0 0.26 207.57 0.97 0.37
Hex 3 67 BC 62 2D 0 1A D0 61 25
Octal 3 147 274 142 55 0 32 320 141 45
Binary 11 1100111 10111100 1100010 101101 0 11010 11010000 1100001 100101

Color Harmonies of #0367BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0367BC

Black with #0367BC

Text Example


Text Example

White with #0367BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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