Html Css Color HEX #0370DF Navy Blue

📋 copy color: '#0370DF'

red 3 ◦ green 112 ◦ blue 223

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

Shades of Navy Blue #0370DF

Tints of Navy Blue #0370DF

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.14%

 BLUE value IS 223 (87.5% from 255) = 65.98%

R = 0.89%
G = 33.14%
B = 65.98%

CMYK

 C value IS 0.99

 M value IS 0.50

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0370DF (or 0x0370DF) is known color: Navy Blue. HEX triplet: 03, 70 and DF. RGB value is (3,112,223). Sum of RGB (Red+Green+Blue) = 3+112+223=338 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.89% from 338); Green value is 112 (44.14% from 255 or 33.14% from 338); Blue value is 223 (87.5% from 255 or 65.98% from 338); Max value from RGB is 223 - color contains mainly: blue. Hex color #0370DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0370DF is #FC8F20. Grayscale: #5B5B5B. Windows color (decimal): -16551713 or 14643203. OLE color: 14643203.

HSL color Cylindrical-coordinate representation of color #0370DF: hue angle of 210.27º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0370DF is Cyan = 0.99, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 3 112 223 -
CMYK 0.99 0.50 0 0.13
HSL 210.27º 0.97% 0.44% -
HSV(B) 210.27º 0.99% 0.87% -
XYZ 19.15 16.94 72.07 -
YUV 92.06 201.89 64.47 -
System Red Green Blue C M Y K H S L
Decimal 3 112 223 0.99 0.50 0 0.13 210.27 0.97 0.44
Hex 3 70 DF 63 32 0 D D2 61 2C
Octal 3 160 337 143 62 0 15 322 141 54
Binary 11 1110000 11011111 1100011 110010 0 1101 11010010 1100001 101100

Color Harmonies of #0370DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0370DF

Black with #0370DF

Text Example


Text Example

White with #0370DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0370DF; }

 p { color: rgb(3,112,223); }

 H1.HeaderClassName
 {
   color: #0370DF;
 }
 .AnyTagClassName
 {
   color: #0370DF;
 }
</style>

background-color css

<style>
 a { background-color: #0370DF; }

 a { background-color: rgb(3,112,223); }

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

border-color css

<style>
 span { border-color: #0370DF; }

 span { border-color: rgb(3,112,223); }

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