Html Css Color HEX #0D02DA Medium Blue

📋 copy color: '#0D02DA'

red 13 ◦ green 2 ◦ blue 218

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

Shades of Medium Blue #0D02DA

Tints of Medium Blue #0D02DA

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.86%

 BLUE value IS 218 (85.55% from 255) = 93.56%

R = 5.58%
G = 0.86%
B = 93.56%

CMYK

 C value IS 0.94

 M value IS 0.99

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#0D02DA (or 0x0D02DA) is known color: Medium Blue. HEX triplet: 0D, 02 and DA. RGB value is (13,2,218). Sum of RGB (Red+Green+Blue) = 13+2+218=233 (30% of max value = 765). Red value is 13 (5.47% from 255 or 5.58% from 233); Green value is 2 (1.17% from 255 or 0.86% from 233); Blue value is 218 (85.55% from 255 or 93.56% from 233); Max value from RGB is 218 - color contains mainly: blue. Hex color #0D02DA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0D02DA is #F2FD25. Grayscale: #1D1D1D. Windows color (decimal): -15924518 or 14287373. OLE color: 14287373.

HSL color Cylindrical-coordinate representation of color #0D02DA: hue angle of 243.06º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0D02DA is Cyan = 0.94, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 13 2 218 -
CMYK 0.94 0.99 0 0.15
HSL 243.06º 0.98% 0.43% -
HSV(B) 243.06º 0.99% 0.85% -
XYZ 12.84 5.19 66.65 -
YUV 29.91 234.14 115.94 -
System Red Green Blue C M Y K H S L
Decimal 13 2 218 0.94 0.99 0 0.15 243.06 0.98 0.43
Hex D 2 DA 5E 63 0 F F3 62 2B
Octal 15 2 332 136 143 0 17 363 142 53
Binary 1101 10 11011010 1011110 1100011 0 1111 11110011 1100010 101011

Color Harmonies of #0D02DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D02DA

Black with #0D02DA

Text Example


Text Example

White with #0D02DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,2,218); }

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

background-color css

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

 a { background-color: rgb(13,2,218); }

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

border-color css

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

 span { border-color: rgb(13,2,218); }

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