Html Css Color HEX #01263F Tangaroa

📋 copy color: '#01263F'

red 1 ◦ green 38 ◦ blue 63

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

Shades of Tangaroa #01263F

Tints of Tangaroa #01263F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 61.76%

R = 0.98%
G = 37.25%
B = 61.76%

CMYK

 C value IS 0.98

 M value IS 0.40

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#01263F (or 0x01263F) is known color: Tangaroa. HEX triplet: 01, 26 and 3F. RGB value is (1,38,63). Sum of RGB (Red+Green+Blue) = 1+38+63=102 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.98% from 102); Green value is 38 (15.23% from 255 or 37.25% from 102); Blue value is 63 (25% from 255 or 61.76% from 102); Max value from RGB is 63 - color contains mainly: blue. Hex color #01263F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01263F is #FED9C0. Grayscale: #1D1D1D. Windows color (decimal): -16701889 or 4138497. OLE color: 4138497.

HSL color Cylindrical-coordinate representation of color #01263F: hue angle of 204.19º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01263F is Cyan = 0.98, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 1 38 63 -
CMYK 0.98 0.40 0 0.75
HSL 204.19º 0.97% 0.13% -
HSV(B) 204.19º 0.98% 0.25% -
XYZ 1.6 1.75 4.96 -
YUV 29.79 146.74 107.47 -
System Red Green Blue C M Y K H S L
Decimal 1 38 63 0.98 0.40 0 0.75 204.19 0.97 0.13
Hex 1 26 3F 62 28 0 4B CC 61 D
Octal 1 46 77 142 50 0 113 314 141 15
Binary 1 100110 111111 1100010 101000 0 1001011 11001100 1100001 1101

Color Harmonies of #01263F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01263F

Black with #01263F

Text Example


Text Example

White with #01263F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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