Html Css Color HEX #01273D Tangaroa

📋 copy color: '#01273D'

red 1 ◦ green 39 ◦ blue 61

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

Shades of Tangaroa #01273D

Tints of Tangaroa #01273D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 60.4%

R = 0.99%
G = 38.61%
B = 60.4%

CMYK

 C value IS 0.98

 M value IS 0.36

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#01273D (or 0x01273D) is known color: Tangaroa. HEX triplet: 01, 27 and 3D. RGB value is (1,39,61). Sum of RGB (Red+Green+Blue) = 1+39+61=101 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.99% from 101); Green value is 39 (15.62% from 255 or 38.61% from 101); Blue value is 61 (24.22% from 255 or 60.40% from 101); Max value from RGB is 61 - color contains mainly: blue. Hex color #01273D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01273D is #FED8C2. Grayscale: #1E1E1E. Windows color (decimal): -16701635 or 4007681. OLE color: 4007681.

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

Color convert

RGB 1 39 61 -
CMYK 0.98 0.36 0 0.76
HSL 202º 0.97% 0.12% -
HSV(B) 202º 0.98% 0.24% -
XYZ 1.58 1.79 4.68 -
YUV 30.15 145.41 107.21 -
System Red Green Blue C M Y K H S L
Decimal 1 39 61 0.98 0.36 0 0.76 202 0.97 0.12
Hex 1 27 3D 62 24 0 4C CA 61 C
Octal 1 47 75 142 44 0 114 312 141 14
Binary 1 100111 111101 1100010 100100 0 1001100 11001010 1100001 1100

Color Harmonies of #01273D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01273D

Black with #01273D

Text Example


Text Example

White with #01273D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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