Html Css Color HEX #012443 Tangaroa

📋 copy color: '#012443'

red 1 ◦ green 36 ◦ blue 67

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

Shades of Tangaroa #012443

Tints of Tangaroa #012443

RGB

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

 GREEN value IS 36 (14.45% from 255) = 34.62%

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

R = 0.96%
G = 34.62%
B = 64.42%

CMYK

 C value IS 0.99

 M value IS 0.46

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#012443 (or 0x012443) is known color: Tangaroa. HEX triplet: 01, 24 and 43. RGB value is (1,36,67). Sum of RGB (Red+Green+Blue) = 1+36+67=104 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.96% from 104); Green value is 36 (14.45% from 255 or 34.62% from 104); Blue value is 67 (26.56% from 255 or 64.42% from 104); Max value from RGB is 67 - color contains mainly: blue. Hex color #012443 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012443 is #FEDBBC. Grayscale: #1C1C1C. Windows color (decimal): -16702397 or 4400129. OLE color: 4400129.

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

Color convert

RGB 1 36 67 -
CMYK 0.99 0.46 0 0.74
HSL 208.18º 0.97% 0.13% -
HSV(B) 208.18º 0.99% 0.26% -
XYZ 1.66 1.67 5.55 -
YUV 29.07 149.4 107.98 -
System Red Green Blue C M Y K H S L
Decimal 1 36 67 0.99 0.46 0 0.74 208.18 0.97 0.13
Hex 1 24 43 63 2E 0 4A D0 61 D
Octal 1 44 103 143 56 0 112 320 141 15
Binary 1 100100 1000011 1100011 101110 0 1001010 11010000 1100001 1101

Color Harmonies of #012443

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012443

Black with #012443

Text Example


Text Example

White with #012443

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012443; }

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

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

background-color css

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

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

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

border-color css

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

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

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