Html Css Color HEX #12283A Tangaroa

📋 copy color: '#12283A'

red 18 ◦ green 40 ◦ blue 58

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

Shades of Tangaroa #12283A

Tints of Tangaroa #12283A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 34.48%

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

R = 15.52%
G = 34.48%
B = 50%

CMYK

 C value IS 0.69

 M value IS 0.31

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#12283A (or 0x12283A) is known color: Tangaroa. HEX triplet: 12, 28 and 3A. RGB value is (18,40,58). Sum of RGB (Red+Green+Blue) = 18+40+58=116 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.52% from 116); Green value is 40 (16.02% from 255 or 34.48% from 116); Blue value is 58 (23.05% from 255 or 50% from 116); Max value from RGB is 58 - color contains mainly: blue. Hex color #12283A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12283A is #EDD7C5. Grayscale: #232323. Windows color (decimal): -15587270 or 3811346. OLE color: 3811346.

HSL color Cylindrical-coordinate representation of color #12283A: hue angle of 207º 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 #12283A is Cyan = 0.69, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 18 40 58 -
CMYK 0.69 0.31 0 0.77
HSL 207º 0.53% 0.15% -
HSV(B) 207º 0.69% 0.23% -
XYZ 1.77 1.95 4.29 -
YUV 35.47 140.71 115.54 -
System Red Green Blue C M Y K H S L
Decimal 18 40 58 0.69 0.31 0 0.77 207 0.53 0.15
Hex 12 28 3A 45 1F 0 4D CF 35 F
Octal 22 50 72 105 37 0 115 317 65 17
Binary 10010 101000 111010 1000101 11111 0 1001101 11001111 110101 1111

Color Harmonies of #12283A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12283A

Black with #12283A

Text Example


Text Example

White with #12283A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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