Html Css Color HEX #0375C0 Navy Blue

📋 copy color: '#0375C0'

red 3 ◦ green 117 ◦ blue 192

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

Shades of Navy Blue #0375C0

Tints of Navy Blue #0375C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 61.54%

R = 0.96%
G = 37.5%
B = 61.54%

CMYK

 C value IS 0.98

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0375C0 (or 0x0375C0) is known color: Navy Blue. HEX triplet: 03, 75 and C0. RGB value is (3,117,192). Sum of RGB (Red+Green+Blue) = 3+117+192=312 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 312); Green value is 117 (46.09% from 255 or 37.5% from 312); Blue value is 192 (75.39% from 255 or 61.54% from 312); Max value from RGB is 192 - color contains mainly: blue. Hex color #0375C0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0375C0 is #FC8A3F. Grayscale: #5B5B5B. Windows color (decimal): -16550464 or 12612867. OLE color: 12612867.

HSL color Cylindrical-coordinate representation of color #0375C0: hue angle of 203.81º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0375C0 is Cyan = 0.98, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 3 117 192 -
CMYK 0.98 0.39 0 0.25
HSL 203.81º 0.97% 0.38% -
HSV(B) 203.81º 0.98% 0.75% -
XYZ 15.91 16.55 52.22 -
YUV 91.46 184.73 64.9 -
System Red Green Blue C M Y K H S L
Decimal 3 117 192 0.98 0.39 0 0.25 203.81 0.97 0.38
Hex 3 75 C0 62 27 0 19 CC 61 26
Octal 3 165 300 142 47 0 31 314 141 46
Binary 11 1110101 11000000 1100010 100111 0 11001 11001100 1100001 100110

Color Harmonies of #0375C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0375C0

Black with #0375C0

Text Example


Text Example

White with #0375C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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