Html Css Color HEX #0379CA Navy Blue

📋 copy color: '#0379CA'

red 3 ◦ green 121 ◦ blue 202

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

Shades of Navy Blue #0379CA

Tints of Navy Blue #0379CA

RGB

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

 GREEN value IS 121 (47.66% from 255) = 37.12%

 BLUE value IS 202 (79.3% from 255) = 61.96%

R = 0.92%
G = 37.12%
B = 61.96%

CMYK

 C value IS 0.99

 M value IS 0.40

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0379CA (or 0x0379CA) is known color: Navy Blue. HEX triplet: 03, 79 and CA. RGB value is (3,121,202). Sum of RGB (Red+Green+Blue) = 3+121+202=326 (43% of max value = 765). Red value is 3 (1.56% from 255 or 0.92% from 326); Green value is 121 (47.66% from 255 or 37.12% from 326); Blue value is 202 (79.30% from 255 or 61.96% from 326); Max value from RGB is 202 - color contains mainly: blue. Hex color #0379CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0379CA is #FC8635. Grayscale: #5E5E5E. Windows color (decimal): -16549430 or 13269251. OLE color: 13269251.

HSL color Cylindrical-coordinate representation of color #0379CA: hue angle of 204.42º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0379CA is Cyan = 0.99, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 3 121 202 -
CMYK 0.99 0.40 0 0.21
HSL 204.42º 0.97% 0.4% -
HSV(B) 204.42º 0.99% 0.79% -
XYZ 17.54 17.96 58.42 -
YUV 94.95 188.41 62.41 -
System Red Green Blue C M Y K H S L
Decimal 3 121 202 0.99 0.40 0 0.21 204.42 0.97 0.4
Hex 3 79 CA 63 28 0 15 CC 61 28
Octal 3 171 312 143 50 0 25 314 141 50
Binary 11 1111001 11001010 1100011 101000 0 10101 11001100 1100001 101000

Color Harmonies of #0379CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0379CA

Black with #0379CA

Text Example


Text Example

White with #0379CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0379CA; }

 p { color: rgb(3,121,202); }

 H1.HeaderClassName
 {
   color: #0379CA;
 }
 .AnyTagClassName
 {
   color: #0379CA;
 }
</style>

background-color css

<style>
 a { background-color: #0379CA; }

 a { background-color: rgb(3,121,202); }

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

border-color css

<style>
 span { border-color: #0379CA; }

 span { border-color: rgb(3,121,202); }

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