Html Css Color HEX #0370CA Navy Blue

📋 copy color: '#0370CA'

red 3 ◦ green 112 ◦ blue 202

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

Shades of Navy Blue #0370CA

Tints of Navy Blue #0370CA

RGB

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

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

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

R = 0.95%
G = 35.33%
B = 63.72%

CMYK

 C value IS 0.99

 M value IS 0.45

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0370CA (or 0x0370CA) is known color: Navy Blue. HEX triplet: 03, 70 and CA. RGB value is (3,112,202). Sum of RGB (Red+Green+Blue) = 3+112+202=317 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.95% from 317); Green value is 112 (44.14% from 255 or 35.33% from 317); Blue value is 202 (79.30% from 255 or 63.72% from 317); Max value from RGB is 202 - color contains mainly: blue. Hex color #0370CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0370CA is #FC8F35. Grayscale: #595959. Windows color (decimal): -16551734 or 13266947. OLE color: 13266947.

HSL color Cylindrical-coordinate representation of color #0370CA: hue angle of 207.14º 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 #0370CA is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 3 112 202 -
CMYK 0.99 0.45 0 0.21
HSL 207.14º 0.97% 0.4% -
HSV(B) 207.14º 0.99% 0.79% -
XYZ 16.49 15.87 58.07 -
YUV 89.67 191.39 66.18 -
System Red Green Blue C M Y K H S L
Decimal 3 112 202 0.99 0.45 0 0.21 207.14 0.97 0.4
Hex 3 70 CA 63 2D 0 15 CF 61 28
Octal 3 160 312 143 55 0 25 317 141 50
Binary 11 1110000 11001010 1100011 101101 0 10101 11001111 1100001 101000

Color Harmonies of #0370CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0370CA

Black with #0370CA

Text Example


Text Example

White with #0370CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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