Html Css Color HEX #0014CA Medium Blue

📋 copy color: '#0014CA'

red 0 ◦ green 20 ◦ blue 202

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

Shades of Medium Blue #0014CA

Tints of Medium Blue #0014CA

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 20 (8.2% from 255) = 9.01%

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

R = 0%
G = 9.01%
B = 90.99%

CMYK

 C value IS 1

 M value IS 0.90

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0014CA (or 0x0014CA) is known color: Medium Blue. HEX triplet: 00, 14 and CA. RGB value is (0,20,202). Sum of RGB (Red+Green+Blue) = 0+20+202=222 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 222); Green value is 20 (8.20% from 255 or 9.01% from 222); Blue value is 202 (79.30% from 255 or 90.99% from 222); Max value from RGB is 202 - color contains mainly: blue. Hex color #0014CA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0014CA is #FFEB35. Grayscale: #222222. Windows color (decimal): -16771894 or 13243392. OLE color: 13243392.

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

Color convert

RGB 0 20 202 -
CMYK 1 0.90 0 0.21
HSL 234.06º 1% 0.4% -
HSV(B) 234.06º 1% 0.79% -
XYZ 10.91 4.76 56.22 -
YUV 34.77 222.37 103.2 -
System Red Green Blue C M Y K H S L
Decimal 0 20 202 1 0.90 0 0.21 234.06 1 0.4
Hex 0 14 CA 64 5A 0 15 EA 64 28
Octal 0 24 312 144 132 0 25 352 144 50
Binary 0 10100 11001010 1100100 1011010 0 10101 11101010 1100100 101000

Color Harmonies of #0014CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0014CA

Black with #0014CA

Text Example


Text Example

White with #0014CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,20,202); }

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

background-color css

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

 a { background-color: rgb(0,20,202); }

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

border-color css

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

 span { border-color: rgb(0,20,202); }

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