Html Css Color HEX #0D00CA Medium Blue

📋 copy color: '#0D00CA'

red 13 ◦ green 0 ◦ blue 202

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

Shades of Medium Blue #0D00CA

Tints of Medium Blue #0D00CA

RGB

 RED value IS 13 (5.47% from 255) = 6.05%

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

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

R = 6.05%
G = 0%
B = 93.95%

CMYK

 C value IS 0.94

 M value IS 1

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0D00CA (or 0x0D00CA) is known color: Medium Blue. HEX triplet: 0D, 00 and CA. RGB value is (13,0,202). Sum of RGB (Red+Green+Blue) = 13+0+202=215 (28% of max value = 765). Red value is 13 (5.47% from 255 or 6.05% from 215); Green value is 0 (0.39% from 255 or 0% from 215); Blue value is 202 (79.30% from 255 or 93.95% from 215); Max value from RGB is 202 - color contains mainly: blue. Hex color #0D00CA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0D00CA is #F2FF35. Grayscale: #1A1A1A. Windows color (decimal): -15925046 or 13238285. OLE color: 13238285.

HSL color Cylindrical-coordinate representation of color #0D00CA: hue angle of 243.86º 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 #0D00CA is Cyan = 0.94, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 13 0 202 -
CMYK 0.94 1 0 0.21
HSL 243.86º 1% 0.4% -
HSV(B) 243.86º 1% 0.79% -
XYZ 10.83 4.35 56.15 -
YUV 26.92 226.81 118.07 -
System Red Green Blue C M Y K H S L
Decimal 13 0 202 0.94 1 0 0.21 243.86 1 0.4
Hex D 0 CA 5E 64 0 15 F4 64 28
Octal 15 0 312 136 144 0 25 364 144 50
Binary 1101 0 11001010 1011110 1100100 0 10101 11110100 1100100 101000

Color Harmonies of #0D00CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D00CA

Black with #0D00CA

Text Example


Text Example

White with #0D00CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D00CA; }

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

 H1.HeaderClassName
 {
   color: #0D00CA;
 }
 .AnyTagClassName
 {
   color: #0D00CA;
 }
</style>

background-color css

<style>
 a { background-color: #0D00CA; }

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

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

border-color css

<style>
 span { border-color: #0D00CA; }

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

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