Html Css Color HEX #0367CC Navy Blue

📋 copy color: '#0367CC'

red 3 ◦ green 103 ◦ blue 204

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

Shades of Navy Blue #0367CC

Tints of Navy Blue #0367CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 65.81%

R = 0.97%
G = 33.23%
B = 65.81%

CMYK

 C value IS 0.99

 M value IS 0.50

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0367CC (or 0x0367CC) is known color: Navy Blue. HEX triplet: 03, 67 and CC. RGB value is (3,103,204). Sum of RGB (Red+Green+Blue) = 3+103+204=310 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.97% from 310); Green value is 103 (40.62% from 255 or 33.23% from 310); Blue value is 204 (80.08% from 255 or 65.81% from 310); Max value from RGB is 204 - color contains mainly: blue. Hex color #0367CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0367CC is #FC9833. Grayscale: #545454. Windows color (decimal): -16554036 or 13395715. OLE color: 13395715.

HSL color Cylindrical-coordinate representation of color #0367CC: hue angle of 210.15º 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 #0367CC is Cyan = 0.99, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 3 103 204 -
CMYK 0.99 0.50 0 0.2
HSL 210.15º 0.97% 0.41% -
HSV(B) 210.15º 0.99% 0.8% -
XYZ 15.79 14.08 59.01 -
YUV 84.61 195.37 69.79 -
System Red Green Blue C M Y K H S L
Decimal 3 103 204 0.99 0.50 0 0.2 210.15 0.97 0.41
Hex 3 67 CC 63 32 0 14 D2 61 29
Octal 3 147 314 143 62 0 24 322 141 51
Binary 11 1100111 11001100 1100011 110010 0 10100 11010010 1100001 101001

Color Harmonies of #0367CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0367CC

Black with #0367CC

Text Example


Text Example

White with #0367CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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