Html Css Color HEX #0D02BA Medium Blue

📋 copy color: '#0D02BA'

red 13 ◦ green 2 ◦ blue 186

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

Shades of Medium Blue #0D02BA

Tints of Medium Blue #0D02BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 92.54%

R = 6.47%
G = 1%
B = 92.54%

CMYK

 C value IS 0.93

 M value IS 0.99

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0D02BA (or 0x0D02BA) is known color: Medium Blue. HEX triplet: 0D, 02 and BA. RGB value is (13,2,186). Sum of RGB (Red+Green+Blue) = 13+2+186=201 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.47% from 201); Green value is 2 (1.17% from 255 or 1.00% from 201); Blue value is 186 (73.05% from 255 or 92.54% from 201); Max value from RGB is 186 - color contains mainly: blue. Hex color #0D02BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0D02BA is #F2FD45. Grayscale: #191919. Windows color (decimal): -15924550 or 12190221. OLE color: 12190221.

HSL color Cylindrical-coordinate representation of color #0D02BA: hue angle of 243.59º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0D02BA is Cyan = 0.93, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 13 2 186 -
CMYK 0.93 0.99 0 0.27
HSL 243.59º 0.98% 0.37% -
HSV(B) 243.59º 0.99% 0.73% -
XYZ 9.05 3.67 46.69 -
YUV 26.27 218.14 118.54 -
System Red Green Blue C M Y K H S L
Decimal 13 2 186 0.93 0.99 0 0.27 243.59 0.98 0.37
Hex D 2 BA 5D 63 0 1B F4 62 25
Octal 15 2 272 135 143 0 33 364 142 45
Binary 1101 10 10111010 1011101 1100011 0 11011 11110100 1100010 100101

Color Harmonies of #0D02BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D02BA

Black with #0D02BA

Text Example


Text Example

White with #0D02BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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