Html Css Color HEX #10253D Tangaroa

📋 copy color: '#10253D'

red 16 ◦ green 37 ◦ blue 61

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

Shades of Tangaroa #10253D

Tints of Tangaroa #10253D

RGB

 RED value IS 16 (6.64% from 255) = 14.04%

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

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

R = 14.04%
G = 32.46%
B = 53.51%

CMYK

 C value IS 0.74

 M value IS 0.39

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#10253D (or 0x10253D) is known color: Tangaroa. HEX triplet: 10, 25 and 3D. RGB value is (16,37,61). Sum of RGB (Red+Green+Blue) = 16+37+61=114 (15% of max value = 765). Red value is 16 (6.64% from 255 or 14.04% from 114); Green value is 37 (14.84% from 255 or 32.46% from 114); Blue value is 61 (24.22% from 255 or 53.51% from 114); Max value from RGB is 61 - color contains mainly: blue. Hex color #10253D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10253D is #EFDAC2. Grayscale: #212121. Windows color (decimal): -15719107 or 4007184. OLE color: 4007184.

HSL color Cylindrical-coordinate representation of color #10253D: hue angle of 212º degrees, saturation: 0.58, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #10253D is Cyan = 0.74, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 16 37 61 -
CMYK 0.74 0.39 0 0.76
HSL 212º 0.58% 0.15% -
HSV(B) 212º 0.74% 0.24% -
XYZ 1.72 1.77 4.67 -
YUV 33.46 143.54 115.55 -
System Red Green Blue C M Y K H S L
Decimal 16 37 61 0.74 0.39 0 0.76 212 0.58 0.15
Hex 10 25 3D 4A 27 0 4C D4 3A F
Octal 20 45 75 112 47 0 114 324 72 17
Binary 10000 100101 111101 1001010 100111 0 1001100 11010100 111010 1111

Color Harmonies of #10253D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10253D

Black with #10253D

Text Example


Text Example

White with #10253D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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