Html Css Color HEX #01263A Tangaroa

📋 copy color: '#01263A'

red 1 ◦ green 38 ◦ blue 58

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

Shades of Tangaroa #01263A

Tints of Tangaroa #01263A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 39.18%

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

R = 1.03%
G = 39.18%
B = 59.79%

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

#01263A (or 0x01263A) is known color: Tangaroa. HEX triplet: 01, 26 and 3A. RGB value is (1,38,58). Sum of RGB (Red+Green+Blue) = 1+38+58=97 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.03% from 97); Green value is 38 (15.23% from 255 or 39.18% from 97); Blue value is 58 (23.05% from 255 or 59.79% from 97); Max value from RGB is 58 - color contains mainly: blue. Hex color #01263A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01263A is #FED9C5. Grayscale: #1D1D1D. Windows color (decimal): -16701894 or 3810817. OLE color: 3810817.

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

Color convert

RGB 1 38 58 -
CMYK 0.98 0.34 0 0.77
HSL 201.05º 0.97% 0.12% -
HSV(B) 201.05º 0.98% 0.23% -
XYZ 1.47 1.7 4.25 -
YUV 29.22 144.24 107.87 -
System Red Green Blue C M Y K H S L
Decimal 1 38 58 0.98 0.34 0 0.77 201.05 0.97 0.12
Hex 1 26 3A 62 22 0 4D C9 61 C
Octal 1 46 72 142 42 0 115 311 141 14
Binary 1 100110 111010 1100010 100010 0 1001101 11001001 1100001 1100

Color Harmonies of #01263A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01263A

Black with #01263A

Text Example


Text Example

White with #01263A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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