Html Css Color HEX #0367CD Navy Blue

📋 copy color: '#0367CD'

red 3 ◦ green 103 ◦ blue 205

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

Shades of Navy Blue #0367CD

Tints of Navy Blue #0367CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 65.92%

R = 0.96%
G = 33.12%
B = 65.92%

CMYK

 C value IS 0.99

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0367CD (or 0x0367CD) is known color: Navy Blue. HEX triplet: 03, 67 and CD. RGB value is (3,103,205). Sum of RGB (Red+Green+Blue) = 3+103+205=311 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 311); Green value is 103 (40.62% from 255 or 33.12% from 311); Blue value is 205 (80.47% from 255 or 65.92% from 311); Max value from RGB is 205 - color contains mainly: blue. Hex color #0367CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0367CD is #FC9832. Grayscale: #545454. Windows color (decimal): -16554035 or 13461251. OLE color: 13461251.

HSL color Cylindrical-coordinate representation of color #0367CD: hue angle of 210.3º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0367CD is Cyan = 0.99, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 3 103 205 -
CMYK 0.99 0.50 0 0.20
HSL 210.3º 0.97% 0.41% -
HSV(B) 210.3º 0.99% 0.8% -
XYZ 15.91 14.13 59.65 -
YUV 84.73 195.87 69.71 -
System Red Green Blue C M Y K H S L
Decimal 3 103 205 0.99 0.50 0 0.20 210.3 0.97 0.41
Hex 3 67 CD 63 32 0 14 D2 61 29
Octal 3 147 315 143 62 0 24 322 141 51
Binary 11 1100111 11001101 1100011 110010 0 10100 11010010 1100001 101001

Color Harmonies of #0367CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0367CD

Black with #0367CD

Text Example


Text Example

White with #0367CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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