Html Css Color HEX #12233A Tangaroa

📋 copy color: '#12233A'

red 18 ◦ green 35 ◦ blue 58

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

Shades of Tangaroa #12233A

Tints of Tangaroa #12233A

RGB

 RED value IS 18 (7.42% from 255) = 16.22%

 GREEN value IS 35 (14.06% from 255) = 31.53%

 BLUE value IS 58 (23.05% from 255) = 52.25%

R = 16.22%
G = 31.53%
B = 52.25%

CMYK

 C value IS 0.69

 M value IS 0.40

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#12233A (or 0x12233A) is known color: Tangaroa. HEX triplet: 12, 23 and 3A. RGB value is (18,35,58). Sum of RGB (Red+Green+Blue) = 18+35+58=111 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.22% from 111); Green value is 35 (14.06% from 255 or 31.53% from 111); Blue value is 58 (23.05% from 255 or 52.25% from 111); Max value from RGB is 58 - color contains mainly: blue. Hex color #12233A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12233A is #EDDCC5. Grayscale: #202020. Windows color (decimal): -15588550 or 3810066. OLE color: 3810066.

HSL color Cylindrical-coordinate representation of color #12233A: hue angle of 214.5º degrees, saturation: 0.53, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #12233A is Cyan = 0.69, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 18 35 58 -
CMYK 0.69 0.40 0 0.77
HSL 214.5º 0.53% 0.15% -
HSV(B) 214.5º 0.69% 0.23% -
XYZ 1.61 1.64 4.23 -
YUV 32.54 142.37 117.63 -
System Red Green Blue C M Y K H S L
Decimal 18 35 58 0.69 0.40 0 0.77 214.5 0.53 0.15
Hex 12 23 3A 45 28 0 4D D6 35 F
Octal 22 43 72 105 50 0 115 326 65 17
Binary 10010 100011 111010 1000101 101000 0 1001101 11010110 110101 1111

Color Harmonies of #12233A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12233A

Black with #12233A

Text Example


Text Example

White with #12233A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12233A; }

 p { color: rgb(18,35,58); }

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

background-color css

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

 a { background-color: rgb(18,35,58); }

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

border-color css

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

 span { border-color: rgb(18,35,58); }

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