Html Css Color HEX #0361CB Navy Blue

📋 copy color: '#0361CB'

red 3 ◦ green 97 ◦ blue 203

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

Shades of Navy Blue #0361CB

Tints of Navy Blue #0361CB

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.01%

 BLUE value IS 203 (79.69% from 255) = 67%

R = 0.99%
G = 32.01%
B = 67%

CMYK

 C value IS 0.99

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0361CB (or 0x0361CB) is known color: Navy Blue. HEX triplet: 03, 61 and CB. RGB value is (3,97,203). Sum of RGB (Red+Green+Blue) = 3+97+203=303 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.99% from 303); Green value is 97 (38.28% from 255 or 32.01% from 303); Blue value is 203 (79.69% from 255 or 67.00% from 303); Max value from RGB is 203 - color contains mainly: blue. Hex color #0361CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0361CB is #FC9E34. Grayscale: #505050. Windows color (decimal): -16555573 or 13328643. OLE color: 13328643.

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

Color convert

RGB 3 97 203 -
CMYK 0.99 0.52 0 0.20
HSL 211.8º 0.97% 0.4% -
HSV(B) 211.8º 0.99% 0.8% -
XYZ 15.09 12.88 58.19 -
YUV 80.98 196.86 72.38 -
System Red Green Blue C M Y K H S L
Decimal 3 97 203 0.99 0.52 0 0.20 211.8 0.97 0.4
Hex 3 61 CB 63 34 0 14 D4 61 28
Octal 3 141 313 143 64 0 24 324 141 50
Binary 11 1100001 11001011 1100011 110100 0 10100 11010100 1100001 101000

Color Harmonies of #0361CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0361CB

Black with #0361CB

Text Example


Text Example

White with #0361CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0361CB; }

 p { color: rgb(3,97,203); }

 H1.HeaderClassName
 {
   color: #0361CB;
 }
 .AnyTagClassName
 {
   color: #0361CB;
 }
</style>

background-color css

<style>
 a { background-color: #0361CB; }

 a { background-color: rgb(3,97,203); }

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

border-color css

<style>
 span { border-color: #0361CB; }

 span { border-color: rgb(3,97,203); }

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