Html Css Color HEX #01263E Tangaroa

📋 copy color: '#01263E'

red 1 ◦ green 38 ◦ blue 62

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

Shades of Tangaroa #01263E

Tints of Tangaroa #01263E

RGB

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

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

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

R = 0.99%
G = 37.62%
B = 61.39%

CMYK

 C value IS 0.98

 M value IS 0.39

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#01263E (or 0x01263E) is known color: Tangaroa. HEX triplet: 01, 26 and 3E. RGB value is (1,38,62). Sum of RGB (Red+Green+Blue) = 1+38+62=101 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.99% from 101); Green value is 38 (15.23% from 255 or 37.62% from 101); Blue value is 62 (24.61% from 255 or 61.39% from 101); Max value from RGB is 62 - color contains mainly: blue. Hex color #01263E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01263E is #FED9C1. Grayscale: #1D1D1D. Windows color (decimal): -16701890 or 4072961. OLE color: 4072961.

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

Color convert

RGB 1 38 62 -
CMYK 0.98 0.39 0 0.76
HSL 203.61º 0.97% 0.12% -
HSV(B) 203.61º 0.98% 0.24% -
XYZ 1.58 1.74 4.81 -
YUV 29.67 146.24 107.55 -
System Red Green Blue C M Y K H S L
Decimal 1 38 62 0.98 0.39 0 0.76 203.61 0.97 0.12
Hex 1 26 3E 62 27 0 4C CC 61 C
Octal 1 46 76 142 47 0 114 314 141 14
Binary 1 100110 111110 1100010 100111 0 1001100 11001100 1100001 1100

Color Harmonies of #01263E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01263E

Black with #01263E

Text Example


Text Example

White with #01263E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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