Html Css Color HEX #012243 Tangaroa

📋 copy color: '#012243'

red 1 ◦ green 34 ◦ blue 67

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

Shades of Tangaroa #012243

Tints of Tangaroa #012243

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 65.69%

R = 0.98%
G = 33.33%
B = 65.69%

CMYK

 C value IS 0.99

 M value IS 0.49

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#012243 (or 0x012243) is known color: Tangaroa. HEX triplet: 01, 22 and 43. RGB value is (1,34,67). Sum of RGB (Red+Green+Blue) = 1+34+67=102 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.98% from 102); Green value is 34 (13.67% from 255 or 33.33% from 102); Blue value is 67 (26.56% from 255 or 65.69% from 102); Max value from RGB is 67 - color contains mainly: blue. Hex color #012243 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012243 is #FEDDBC. Grayscale: #1B1B1B. Windows color (decimal): -16702909 or 4399617. OLE color: 4399617.

HSL color Cylindrical-coordinate representation of color #012243: hue angle of 210º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012243 is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 1 34 67 -
CMYK 0.99 0.49 0 0.74
HSL 210º 0.97% 0.13% -
HSV(B) 210º 0.99% 0.26% -
XYZ 1.6 1.56 5.53 -
YUV 27.9 150.07 108.82 -
System Red Green Blue C M Y K H S L
Decimal 1 34 67 0.99 0.49 0 0.74 210 0.97 0.13
Hex 1 22 43 63 31 0 4A D2 61 D
Octal 1 42 103 143 61 0 112 322 141 15
Binary 1 100010 1000011 1100011 110001 0 1001010 11010010 1100001 1101

Color Harmonies of #012243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012243

Black with #012243

Text Example


Text Example

White with #012243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012243; }

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

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

background-color css

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

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

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

border-color css

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

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

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