Html Css Color HEX #0319CA Medium Blue

📋 copy color: '#0319CA'

red 3 ◦ green 25 ◦ blue 202

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

Shades of Medium Blue #0319CA

Tints of Medium Blue #0319CA

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.87%

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

R = 1.3%
G = 10.87%
B = 87.83%

CMYK

 C value IS 0.99

 M value IS 0.88

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0319CA (or 0x0319CA) is known color: Medium Blue. HEX triplet: 03, 19 and CA. RGB value is (3,25,202). Sum of RGB (Red+Green+Blue) = 3+25+202=230 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.30% from 230); Green value is 25 (10.16% from 255 or 10.87% from 230); Blue value is 202 (79.30% from 255 or 87.83% from 230); Max value from RGB is 202 - color contains mainly: blue. Hex color #0319CA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0319CA is #FCE635. Grayscale: #252525. Windows color (decimal): -16574006 or 13244675. OLE color: 13244675.

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

Color convert

RGB 3 25 202 -
CMYK 0.99 0.88 0 0.21
HSL 233.37º 0.97% 0.4% -
HSV(B) 233.37º 0.99% 0.79% -
XYZ 11.05 4.98 56.26 -
YUV 38.6 220.21 102.61 -
System Red Green Blue C M Y K H S L
Decimal 3 25 202 0.99 0.88 0 0.21 233.37 0.97 0.4
Hex 3 19 CA 63 58 0 15 E9 61 28
Octal 3 31 312 143 130 0 25 351 141 50
Binary 11 11001 11001010 1100011 1011000 0 10101 11101001 1100001 101000

Color Harmonies of #0319CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0319CA

Black with #0319CA

Text Example


Text Example

White with #0319CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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