Html Css Color HEX #0375DF Navy Blue

📋 copy color: '#0375DF'

red 3 ◦ green 117 ◦ blue 223

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

Shades of Navy Blue #0375DF

Tints of Navy Blue #0375DF

RGB

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

 GREEN value IS 117 (46.09% from 255) = 34.11%

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

R = 0.87%
G = 34.11%
B = 65.01%

CMYK

 C value IS 0.99

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0375DF (or 0x0375DF) is known color: Navy Blue. HEX triplet: 03, 75 and DF. RGB value is (3,117,223). Sum of RGB (Red+Green+Blue) = 3+117+223=343 (45% of max value = 765). Red value is 3 (1.56% from 255 or 0.87% from 343); Green value is 117 (46.09% from 255 or 34.11% from 343); Blue value is 223 (87.5% from 255 or 65.01% from 343); Max value from RGB is 223 - color contains mainly: blue. Hex color #0375DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0375DF is #FC8A20. Grayscale: #5E5E5E. Windows color (decimal): -16550433 or 14644483. OLE color: 14644483.

HSL color Cylindrical-coordinate representation of color #0375DF: hue angle of 208.91º 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 #0375DF is Cyan = 0.99, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 3 117 223 -
CMYK 0.99 0.48 0 0.13
HSL 208.91º 0.97% 0.44% -
HSV(B) 208.91º 0.99% 0.87% -
XYZ 19.72 18.07 72.26 -
YUV 95 200.23 62.38 -
System Red Green Blue C M Y K H S L
Decimal 3 117 223 0.99 0.48 0 0.13 208.91 0.97 0.44
Hex 3 75 DF 63 30 0 D D1 61 2C
Octal 3 165 337 143 60 0 15 321 141 54
Binary 11 1110101 11011111 1100011 110000 0 1101 11010001 1100001 101100

Color Harmonies of #0375DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0375DF

Black with #0375DF

Text Example


Text Example

White with #0375DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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