Html Css Color HEX #01273B Tangaroa

📋 copy color: '#01273B'

red 1 ◦ green 39 ◦ blue 59

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

Shades of Tangaroa #01273B

Tints of Tangaroa #01273B

RGB

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

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

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

R = 1.01%
G = 39.39%
B = 59.6%

CMYK

 C value IS 0.98

 M value IS 0.34

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#01273B (or 0x01273B) is known color: Tangaroa. HEX triplet: 01, 27 and 3B. RGB value is (1,39,59). Sum of RGB (Red+Green+Blue) = 1+39+59=99 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1.01% from 99); Green value is 39 (15.62% from 255 or 39.39% from 99); Blue value is 59 (23.44% from 255 or 59.60% from 99); Max value from RGB is 59 - color contains mainly: blue. Hex color #01273B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01273B is #FED8C4. Grayscale: #1D1D1D. Windows color (decimal): -16701637 or 3876609. OLE color: 3876609.

HSL color Cylindrical-coordinate representation of color #01273B: hue angle of 200.69º 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 #01273B is Cyan = 0.98, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 1 39 59 -
CMYK 0.98 0.34 0 0.77
HSL 200.69º 0.97% 0.12% -
HSV(B) 200.69º 0.98% 0.23% -
XYZ 1.53 1.77 4.4 -
YUV 29.92 144.41 107.37 -
System Red Green Blue C M Y K H S L
Decimal 1 39 59 0.98 0.34 0 0.77 200.69 0.97 0.12
Hex 1 27 3B 62 22 0 4D C9 61 C
Octal 1 47 73 142 42 0 115 311 141 14
Binary 1 100111 111011 1100010 100010 0 1001101 11001001 1100001 1100

Color Harmonies of #01273B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01273B

Black with #01273B

Text Example


Text Example

White with #01273B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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