Html Css Color HEX #012645 Tangaroa

📋 copy color: '#012645'

red 1 ◦ green 38 ◦ blue 69

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

Shades of Tangaroa #012645

Tints of Tangaroa #012645

RGB

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

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

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

R = 0.93%
G = 35.19%
B = 63.89%

CMYK

 C value IS 0.99

 M value IS 0.45

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#012645 (or 0x012645) is known color: Tangaroa. HEX triplet: 01, 26 and 45. RGB value is (1,38,69). Sum of RGB (Red+Green+Blue) = 1+38+69=108 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 108); Green value is 38 (15.23% from 255 or 35.19% from 108); Blue value is 69 (27.34% from 255 or 63.89% from 108); Max value from RGB is 69 - color contains mainly: blue. Hex color #012645 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012645 is #FED9BA. Grayscale: #1E1E1E. Windows color (decimal): -16701883 or 4531713. OLE color: 4531713.

HSL color Cylindrical-coordinate representation of color #012645: hue angle of 207.35º 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 #012645 is Cyan = 0.99, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 1 38 69 -
CMYK 0.99 0.45 0 0.73
HSL 207.35º 0.97% 0.14% -
HSV(B) 207.35º 0.99% 0.27% -
XYZ 1.78 1.82 5.89 -
YUV 30.47 149.74 106.98 -
System Red Green Blue C M Y K H S L
Decimal 1 38 69 0.99 0.45 0 0.73 207.35 0.97 0.14
Hex 1 26 45 63 2D 0 49 CF 61 E
Octal 1 46 105 143 55 0 111 317 141 16
Binary 1 100110 1000101 1100011 101101 0 1001001 11001111 1100001 1110

Color Harmonies of #012645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012645

Black with #012645

Text Example


Text Example

White with #012645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012645; }

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

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

background-color css

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

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

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

border-color css

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

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

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