Html Css Color HEX #05203B Tangaroa

📋 copy color: '#05203B'

red 5 ◦ green 32 ◦ blue 59

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

Shades of Tangaroa #05203B

Tints of Tangaroa #05203B

RGB

 RED value IS 5 (2.34% from 255) = 5.21%

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

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

R = 5.21%
G = 33.33%
B = 61.46%

CMYK

 C value IS 0.92

 M value IS 0.46

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#05203B (or 0x05203B) is known color: Tangaroa. HEX triplet: 05, 20 and 3B. RGB value is (5,32,59). Sum of RGB (Red+Green+Blue) = 5+32+59=96 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.21% from 96); Green value is 32 (12.89% from 255 or 33.33% from 96); Blue value is 59 (23.44% from 255 or 61.46% from 96); Max value from RGB is 59 - color contains mainly: blue. Hex color #05203B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05203B is #FADFC4. Grayscale: #1A1A1A. Windows color (decimal): -16441285 or 3874821. OLE color: 3874821.

HSL color Cylindrical-coordinate representation of color #05203B: hue angle of 210º degrees, saturation: 0.84, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #05203B is Cyan = 0.92, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 5 32 59 -
CMYK 0.92 0.46 0 0.77
HSL 210º 0.84% 0.13% -
HSV(B) 210º 0.92% 0.23% -
XYZ 1.37 1.38 4.33 -
YUV 27.01 146.05 112.3 -
System Red Green Blue C M Y K H S L
Decimal 5 32 59 0.92 0.46 0 0.77 210 0.84 0.13
Hex 5 20 3B 5C 2E 0 4D D2 54 D
Octal 5 40 73 134 56 0 115 322 124 15
Binary 101 100000 111011 1011100 101110 0 1001101 11010010 1010100 1101

Color Harmonies of #05203B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05203B

Black with #05203B

Text Example


Text Example

White with #05203B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05203B; }

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

 H1.HeaderClassName
 {
   color: #05203B;
 }
 .AnyTagClassName
 {
   color: #05203B;
 }
</style>

background-color css

<style>
 a { background-color: #05203B; }

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

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

border-color css

<style>
 span { border-color: #05203B; }

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

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