Html Css Color HEX #012545 Tangaroa

📋 copy color: '#012545'

red 1 ◦ green 37 ◦ blue 69

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

Shades of Tangaroa #012545

Tints of Tangaroa #012545

RGB

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

 GREEN value IS 37 (14.84% from 255) = 34.58%

 BLUE value IS 69 (27.34% from 255) = 64.49%

R = 0.93%
G = 34.58%
B = 64.49%

CMYK

 C value IS 0.99

 M value IS 0.46

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#012545 (or 0x012545) is known color: Tangaroa. HEX triplet: 01, 25 and 45. RGB value is (1,37,69). Sum of RGB (Red+Green+Blue) = 1+37+69=107 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 107); Green value is 37 (14.84% from 255 or 34.58% from 107); Blue value is 69 (27.34% from 255 or 64.49% from 107); Max value from RGB is 69 - color contains mainly: blue. Hex color #012545 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012545 is #FEDABA. Grayscale: #1D1D1D. Windows color (decimal): -16702139 or 4531457. OLE color: 4531457.

HSL color Cylindrical-coordinate representation of color #012545: hue angle of 208.24º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012545 is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 1 37 69 -
CMYK 0.99 0.46 0 0.73
HSL 208.24º 0.97% 0.14% -
HSV(B) 208.24º 0.99% 0.27% -
XYZ 1.75 1.76 5.88 -
YUV 29.88 150.07 107.4 -
System Red Green Blue C M Y K H S L
Decimal 1 37 69 0.99 0.46 0 0.73 208.24 0.97 0.14
Hex 1 25 45 63 2E 0 49 D0 61 E
Octal 1 45 105 143 56 0 111 320 141 16
Binary 1 100101 1000101 1100011 101110 0 1001001 11010000 1100001 1110

Color Harmonies of #012545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012545

Black with #012545

Text Example


Text Example

White with #012545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012545; }

 p { color: rgb(1,37,69); }

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

background-color css

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

 a { background-color: rgb(1,37,69); }

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

border-color css

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

 span { border-color: rgb(1,37,69); }

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