Html Css Color HEX #0361D0 Navy Blue

📋 copy color: '#0361D0'

red 3 ◦ green 97 ◦ blue 208

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

Shades of Navy Blue #0361D0

Tints of Navy Blue #0361D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 67.53%

R = 0.97%
G = 31.49%
B = 67.53%

CMYK

 C value IS 0.99

 M value IS 0.53

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#0361D0 (or 0x0361D0) is known color: Navy Blue. HEX triplet: 03, 61 and D0. RGB value is (3,97,208). Sum of RGB (Red+Green+Blue) = 3+97+208=308 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.97% from 308); Green value is 97 (38.28% from 255 or 31.49% from 308); Blue value is 208 (81.64% from 255 or 67.53% from 308); Max value from RGB is 208 - color contains mainly: blue. Hex color #0361D0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0361D0 is #FC9E2F. Grayscale: #515151. Windows color (decimal): -16555568 or 13656323. OLE color: 13656323.

HSL color Cylindrical-coordinate representation of color #0361D0: hue angle of 212.49º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0361D0 is Cyan = 0.99, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 3 97 208 -
CMYK 0.99 0.53 0 0.18
HSL 212.49º 0.97% 0.41% -
HSV(B) 212.49º 0.99% 0.82% -
XYZ 15.7 13.12 61.38 -
YUV 81.55 199.36 71.97 -
System Red Green Blue C M Y K H S L
Decimal 3 97 208 0.99 0.53 0 0.18 212.49 0.97 0.41
Hex 3 61 D0 63 35 0 12 D4 61 29
Octal 3 141 320 143 65 0 22 324 141 51
Binary 11 1100001 11010000 1100011 110101 0 10010 11010100 1100001 101001

Color Harmonies of #0361D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0361D0

Black with #0361D0

Text Example


Text Example

White with #0361D0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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