Html Css Color HEX #0375CB Navy Blue

📋 copy color: '#0375CB'

red 3 ◦ green 117 ◦ blue 203

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

Shades of Navy Blue #0375CB

Tints of Navy Blue #0375CB

RGB

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

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

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

R = 0.93%
G = 36.22%
B = 62.85%

CMYK

 C value IS 0.99

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0375CB (or 0x0375CB) is known color: Navy Blue. HEX triplet: 03, 75 and CB. RGB value is (3,117,203). Sum of RGB (Red+Green+Blue) = 3+117+203=323 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 323); Green value is 117 (46.09% from 255 or 36.22% from 323); Blue value is 203 (79.69% from 255 or 62.85% from 323); Max value from RGB is 203 - color contains mainly: blue. Hex color #0375CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0375CB is #FC8A34. Grayscale: #5C5C5C. Windows color (decimal): -16550453 or 13333763. OLE color: 13333763.

HSL color Cylindrical-coordinate representation of color #0375CB: hue angle of 205.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 #0375CB is Cyan = 0.99, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 3 117 203 -
CMYK 0.99 0.42 0 0.20
HSL 205.8º 0.97% 0.4% -
HSV(B) 205.8º 0.99% 0.8% -
XYZ 17.18 17.05 58.89 -
YUV 92.72 190.23 64.01 -
System Red Green Blue C M Y K H S L
Decimal 3 117 203 0.99 0.42 0 0.20 205.8 0.97 0.4
Hex 3 75 CB 63 2A 0 14 CE 61 28
Octal 3 165 313 143 52 0 24 316 141 50
Binary 11 1110101 11001011 1100011 101010 0 10100 11001110 1100001 101000

Color Harmonies of #0375CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0375CB

Black with #0375CB

Text Example


Text Example

White with #0375CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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