Html Css Color HEX #0D203B Tangaroa

📋 copy color: '#0D203B'

red 13 ◦ green 32 ◦ blue 59

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

Shades of Tangaroa #0D203B

Tints of Tangaroa #0D203B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 30.77%

 BLUE value IS 59 (23.44% from 255) = 56.73%

R = 12.5%
G = 30.77%
B = 56.73%

CMYK

 C value IS 0.78

 M value IS 0.46

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#0D203B (or 0x0D203B) is known color: Tangaroa. HEX triplet: 0D, 20 and 3B. RGB value is (13,32,59). Sum of RGB (Red+Green+Blue) = 13+32+59=104 (13% of max value = 765). Red value is 13 (5.47% from 255 or 12.5% from 104); Green value is 32 (12.89% from 255 or 30.77% from 104); Blue value is 59 (23.44% from 255 or 56.73% from 104); Max value from RGB is 59 - color contains mainly: blue. Hex color #0D203B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D203B is #F2DFC4. Grayscale: #1D1D1D. Windows color (decimal): -15916997 or 3874829. OLE color: 3874829.

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

Color convert

RGB 13 32 59 -
CMYK 0.78 0.46 0 0.77
HSL 215.22º 0.64% 0.14% -
HSV(B) 215.22º 0.78% 0.23% -
XYZ 1.47 1.43 4.34 -
YUV 29.4 144.71 116.3 -
System Red Green Blue C M Y K H S L
Decimal 13 32 59 0.78 0.46 0 0.77 215.22 0.64 0.14
Hex D 20 3B 4E 2E 0 4D D7 40 E
Octal 15 40 73 116 56 0 115 327 100 16
Binary 1101 100000 111011 1001110 101110 0 1001101 11010111 1000000 1110

Color Harmonies of #0D203B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D203B

Black with #0D203B

Text Example


Text Example

White with #0D203B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,32,59); }

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

background-color css

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

 a { background-color: rgb(13,32,59); }

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

border-color css

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

 span { border-color: rgb(13,32,59); }

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