Html Css Color HEX #012244 Tangaroa

📋 copy color: '#012244'

red 1 ◦ green 34 ◦ blue 68

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

Shades of Tangaroa #012244

Tints of Tangaroa #012244

RGB

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

 GREEN value IS 34 (13.67% from 255) = 33.01%

 BLUE value IS 68 (26.95% from 255) = 66.02%

R = 0.97%
G = 33.01%
B = 66.02%

CMYK

 C value IS 0.99

 M value IS 0.50

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#012244 (or 0x012244) is known color: Tangaroa. HEX triplet: 01, 22 and 44. RGB value is (1,34,68). Sum of RGB (Red+Green+Blue) = 1+34+68=103 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.97% from 103); Green value is 34 (13.67% from 255 or 33.01% from 103); Blue value is 68 (26.95% from 255 or 66.02% from 103); Max value from RGB is 68 - color contains mainly: blue. Hex color #012244 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012244 is #FEDDBB. Grayscale: #1B1B1B. Windows color (decimal): -16702908 or 4465153. OLE color: 4465153.

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

Color convert

RGB 1 34 68 -
CMYK 0.99 0.50 0 0.73
HSL 210.45º 0.97% 0.14% -
HSV(B) 210.45º 0.99% 0.27% -
XYZ 1.63 1.57 5.69 -
YUV 28.01 150.57 108.74 -
System Red Green Blue C M Y K H S L
Decimal 1 34 68 0.99 0.50 0 0.73 210.45 0.97 0.14
Hex 1 22 44 63 32 0 49 D2 61 E
Octal 1 42 104 143 62 0 111 322 141 16
Binary 1 100010 1000100 1100011 110010 0 1001001 11010010 1100001 1110

Color Harmonies of #012244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012244

Black with #012244

Text Example


Text Example

White with #012244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012244; }

 p { color: rgb(1,34,68); }

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

background-color css

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

 a { background-color: rgb(1,34,68); }

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

border-color css

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

 span { border-color: rgb(1,34,68); }

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