Html Css Color HEX #012239 Tangaroa

📋 copy color: '#012239'

red 1 ◦ green 34 ◦ blue 57

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

Shades of Tangaroa #012239

Tints of Tangaroa #012239

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 61.96%

R = 1.09%
G = 36.96%
B = 61.96%

CMYK

 C value IS 0.98

 M value IS 0.40

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#012239 (or 0x012239) is known color: Tangaroa. HEX triplet: 01, 22 and 39. RGB value is (1,34,57). Sum of RGB (Red+Green+Blue) = 1+34+57=92 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.09% from 92); Green value is 34 (13.67% from 255 or 36.96% from 92); Blue value is 57 (22.66% from 255 or 61.96% from 92); Max value from RGB is 57 - color contains mainly: blue. Hex color #012239 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012239 is #FEDDC6. Grayscale: #1A1A1A. Windows color (decimal): -16702919 or 3744257. OLE color: 3744257.

HSL color Cylindrical-coordinate representation of color #012239: hue angle of 204.64º degrees, saturation: 0.97, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012239 is Cyan = 0.98, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 1 34 57 -
CMYK 0.98 0.40 0 0.78
HSL 204.64º 0.97% 0.11% -
HSV(B) 204.64º 0.98% 0.22% -
XYZ 1.32 1.45 4.08 -
YUV 26.76 145.07 109.63 -
System Red Green Blue C M Y K H S L
Decimal 1 34 57 0.98 0.40 0 0.78 204.64 0.97 0.11
Hex 1 22 39 62 28 0 4E CD 61 B
Octal 1 42 71 142 50 0 116 315 141 13
Binary 1 100010 111001 1100010 101000 0 1001110 11001101 1100001 1011

Color Harmonies of #012239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012239

Black with #012239

Text Example


Text Example

White with #012239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012239; }

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

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

background-color css

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

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

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

border-color css

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

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

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