Html Css Color HEX #01273A Tangaroa

📋 copy color: '#01273A'

red 1 ◦ green 39 ◦ blue 58

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

Shades of Tangaroa #01273A

Tints of Tangaroa #01273A

RGB

 RED value IS 1 (0.78% from 255) = 1.02%

 GREEN value IS 39 (15.63% from 255) = 39.8%

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

R = 1.02%
G = 39.8%
B = 59.18%

CMYK

 C value IS 0.98

 M value IS 0.33

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#01273A (or 0x01273A) is known color: Tangaroa. HEX triplet: 01, 27 and 3A. RGB value is (1,39,58). Sum of RGB (Red+Green+Blue) = 1+39+58=98 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.02% from 98); Green value is 39 (15.62% from 255 or 39.80% from 98); Blue value is 58 (23.05% from 255 or 59.18% from 98); Max value from RGB is 58 - color contains mainly: blue. Hex color #01273A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01273A is #FED8C5. Grayscale: #1D1D1D. Windows color (decimal): -16701638 or 3811073. OLE color: 3811073.

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

Color convert

RGB 1 39 58 -
CMYK 0.98 0.33 0 0.77
HSL 200º 0.97% 0.12% -
HSV(B) 200º 0.98% 0.23% -
XYZ 1.5 1.76 4.26 -
YUV 29.8 143.91 107.46 -
System Red Green Blue C M Y K H S L
Decimal 1 39 58 0.98 0.33 0 0.77 200 0.97 0.12
Hex 1 27 3A 62 21 0 4D C8 61 C
Octal 1 47 72 142 41 0 115 310 141 14
Binary 1 100111 111010 1100010 100001 0 1001101 11001000 1100001 1100

Color Harmonies of #01273A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01273A

Black with #01273A

Text Example


Text Example

White with #01273A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01273A; }

 p { color: rgb(1,39,58); }

 H1.HeaderClassName
 {
   color: #01273A;
 }
 .AnyTagClassName
 {
   color: #01273A;
 }
</style>

background-color css

<style>
 a { background-color: #01273A; }

 a { background-color: rgb(1,39,58); }

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

border-color css

<style>
 span { border-color: #01273A; }

 span { border-color: rgb(1,39,58); }

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