Html Css Color HEX #0D023A Tolopea

📋 copy color: '#0D023A'

red 13 ◦ green 2 ◦ blue 58

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

Shades of Tolopea #0D023A

Tints of Tolopea #0D023A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 79.45%

R = 17.81%
G = 2.74%
B = 79.45%

CMYK

 C value IS 0.78

 M value IS 0.97

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#0D023A (or 0x0D023A) is known color: Tolopea. HEX triplet: 0D, 02 and 3A. RGB value is (13,2,58). Sum of RGB (Red+Green+Blue) = 13+2+58=73 (9% of max value = 765). Red value is 13 (5.47% from 255 or 17.81% from 73); Green value is 2 (1.17% from 255 or 2.74% from 73); Blue value is 58 (23.05% from 255 or 79.45% from 73); Max value from RGB is 58 - color contains mainly: blue. Hex color #0D023A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D023A is #F2FDC5. Grayscale: #0B0B0B. Windows color (decimal): -15924678 or 3801613. OLE color: 3801613.

HSL color Cylindrical-coordinate representation of color #0D023A: hue angle of 251.79º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0D023A is Cyan = 0.78, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 13 2 58 -
CMYK 0.78 0.97 0 0.77
HSL 251.79º 0.93% 0.12% -
HSV(B) 251.79º 0.97% 0.23% -
XYZ 0.95 0.43 4.04 -
YUV 11.67 154.14 128.95 -
System Red Green Blue C M Y K H S L
Decimal 13 2 58 0.78 0.97 0 0.77 251.79 0.93 0.12
Hex D 2 3A 4E 61 0 4D FC 5D C
Octal 15 2 72 116 141 0 115 374 135 14
Binary 1101 10 111010 1001110 1100001 0 1001101 11111100 1011101 1100

Color Harmonies of #0D023A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D023A

Black with #0D023A

Text Example


Text Example

White with #0D023A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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