Html Css Color HEX #01293E Tangaroa

📋 copy color: '#01293E'

red 1 ◦ green 41 ◦ blue 62

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

Shades of Tangaroa #01293E

Tints of Tangaroa #01293E

RGB

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

 GREEN value IS 41 (16.41% from 255) = 39.42%

 BLUE value IS 62 (24.61% from 255) = 59.62%

R = 0.96%
G = 39.42%
B = 59.62%

CMYK

 C value IS 0.98

 M value IS 0.34

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#01293E (or 0x01293E) is known color: Tangaroa. HEX triplet: 01, 29 and 3E. RGB value is (1,41,62). Sum of RGB (Red+Green+Blue) = 1+41+62=104 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.96% from 104); Green value is 41 (16.41% from 255 or 39.42% from 104); Blue value is 62 (24.61% from 255 or 59.62% from 104); Max value from RGB is 62 - color contains mainly: blue. Hex color #01293E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01293E is #FED6C1. Grayscale: #1F1F1F. Windows color (decimal): -16701122 or 4073729. OLE color: 4073729.

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

Color convert

RGB 1 41 62 -
CMYK 0.98 0.34 0 0.76
HSL 200.66º 0.97% 0.12% -
HSV(B) 200.66º 0.98% 0.24% -
XYZ 1.67 1.94 4.84 -
YUV 31.43 145.25 106.29 -
System Red Green Blue C M Y K H S L
Decimal 1 41 62 0.98 0.34 0 0.76 200.66 0.97 0.12
Hex 1 29 3E 62 22 0 4C C9 61 C
Octal 1 51 76 142 42 0 114 311 141 14
Binary 1 101001 111110 1100010 100010 0 1001100 11001001 1100001 1100

Color Harmonies of #01293E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01293E

Black with #01293E

Text Example


Text Example

White with #01293E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01293E; }

 p { color: rgb(1,41,62); }

 H1.HeaderClassName
 {
   color: #01293E;
 }
 .AnyTagClassName
 {
   color: #01293E;
 }
</style>

background-color css

<style>
 a { background-color: #01293E; }

 a { background-color: rgb(1,41,62); }

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

border-color css

<style>
 span { border-color: #01293E; }

 span { border-color: rgb(1,41,62); }

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