Html Css Color HEX #12253D Tangaroa

📋 copy color: '#12253D'

red 18 ◦ green 37 ◦ blue 61

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

Shades of Tangaroa #12253D

Tints of Tangaroa #12253D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 31.9%

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

R = 15.52%
G = 31.9%
B = 52.59%

CMYK

 C value IS 0.70

 M value IS 0.39

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#12253D (or 0x12253D) is known color: Tangaroa. HEX triplet: 12, 25 and 3D. RGB value is (18,37,61). Sum of RGB (Red+Green+Blue) = 18+37+61=116 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.52% from 116); Green value is 37 (14.84% from 255 or 31.90% from 116); Blue value is 61 (24.22% from 255 or 52.59% from 116); Max value from RGB is 61 - color contains mainly: blue. Hex color #12253D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12253D is #EDDAC2. Grayscale: #212121. Windows color (decimal): -15588035 or 4007186. OLE color: 4007186.

HSL color Cylindrical-coordinate representation of color #12253D: hue angle of 213.49º 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 #12253D is Cyan = 0.70, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 18 37 61 -
CMYK 0.70 0.39 0 0.76
HSL 213.49º 0.54% 0.15% -
HSV(B) 213.49º 0.7% 0.24% -
XYZ 1.75 1.79 4.67 -
YUV 34.06 143.21 116.55 -
System Red Green Blue C M Y K H S L
Decimal 18 37 61 0.70 0.39 0 0.76 213.49 0.54 0.15
Hex 12 25 3D 46 27 0 4C D5 36 F
Octal 22 45 75 106 47 0 114 325 66 17
Binary 10010 100101 111101 1000110 100111 0 1001100 11010101 110110 1111

Color Harmonies of #12253D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12253D

Black with #12253D

Text Example


Text Example

White with #12253D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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