Html Css Color HEX #12263D Tangaroa

📋 copy color: '#12263D'

red 18 ◦ green 38 ◦ blue 61

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

Shades of Tangaroa #12263D

Tints of Tangaroa #12263D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 32.48%

 BLUE value IS 61 (24.22% from 255) = 52.14%

R = 15.38%
G = 32.48%
B = 52.14%

CMYK

 C value IS 0.70

 M value IS 0.38

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#12263D (or 0x12263D) is known color: Tangaroa. HEX triplet: 12, 26 and 3D. RGB value is (18,38,61). Sum of RGB (Red+Green+Blue) = 18+38+61=117 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.38% from 117); Green value is 38 (15.23% from 255 or 32.48% from 117); Blue value is 61 (24.22% from 255 or 52.14% from 117); Max value from RGB is 61 - color contains mainly: blue. Hex color #12263D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12263D is #EDD9C2. Grayscale: #222222. Windows color (decimal): -15587779 or 4007442. OLE color: 4007442.

HSL color Cylindrical-coordinate representation of color #12263D: hue angle of 212.09º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #12263D is Cyan = 0.70, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 18 38 61 -
CMYK 0.70 0.38 0 0.76
HSL 212.09º 0.54% 0.15% -
HSV(B) 212.09º 0.7% 0.24% -
XYZ 1.78 1.85 4.68 -
YUV 34.64 142.87 116.13 -
System Red Green Blue C M Y K H S L
Decimal 18 38 61 0.70 0.38 0 0.76 212.09 0.54 0.15
Hex 12 26 3D 46 26 0 4C D4 36 F
Octal 22 46 75 106 46 0 114 324 66 17
Binary 10010 100110 111101 1000110 100110 0 1001100 11010100 110110 1111

Color Harmonies of #12263D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12263D

Black with #12263D

Text Example


Text Example

White with #12263D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12263D; }

 p { color: rgb(18,38,61); }

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

background-color css

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

 a { background-color: rgb(18,38,61); }

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

border-color css

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

 span { border-color: rgb(18,38,61); }

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