Html Css Color HEX #01283B Tangaroa

📋 copy color: '#01283B'

red 1 ◦ green 40 ◦ blue 59

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

Shades of Tangaroa #01283B

Tints of Tangaroa #01283B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 40%

 BLUE value IS 59 (23.44% from 255) = 59%

R = 1%
G = 40%
B = 59%

CMYK

 C value IS 0.98

 M value IS 0.32

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#01283B (or 0x01283B) is known color: Tangaroa. HEX triplet: 01, 28 and 3B. RGB value is (1,40,59). Sum of RGB (Red+Green+Blue) = 1+40+59=100 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1% from 100); Green value is 40 (16.02% from 255 or 40% from 100); Blue value is 59 (23.44% from 255 or 59% from 100); Max value from RGB is 59 - color contains mainly: blue. Hex color #01283B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01283B is #FED7C4. Grayscale: #1E1E1E. Windows color (decimal): -16701381 or 3876865. OLE color: 3876865.

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

Color convert

RGB 1 40 59 -
CMYK 0.98 0.32 0 0.77
HSL 199.66º 0.97% 0.12% -
HSV(B) 199.66º 0.98% 0.23% -
XYZ 1.56 1.84 4.41 -
YUV 30.51 144.08 106.96 -
System Red Green Blue C M Y K H S L
Decimal 1 40 59 0.98 0.32 0 0.77 199.66 0.97 0.12
Hex 1 28 3B 62 20 0 4D C8 61 C
Octal 1 50 73 142 40 0 115 310 141 14
Binary 1 101000 111011 1100010 100000 0 1001101 11001000 1100001 1100

Color Harmonies of #01283B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01283B

Black with #01283B

Text Example


Text Example

White with #01283B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01283B; }

 p { color: rgb(1,40,59); }

 H1.HeaderClassName
 {
   color: #01283B;
 }
 .AnyTagClassName
 {
   color: #01283B;
 }
</style>

background-color css

<style>
 a { background-color: #01283B; }

 a { background-color: rgb(1,40,59); }

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

border-color css

<style>
 span { border-color: #01283B; }

 span { border-color: rgb(1,40,59); }

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