Html Css Color HEX #0A253A Tangaroa

📋 copy color: '#0A253A'

red 10 ◦ green 37 ◦ blue 58

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

Shades of Tangaroa #0A253A

Tints of Tangaroa #0A253A

RGB

 RED value IS 10 (4.3% from 255) = 9.52%

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

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

R = 9.52%
G = 35.24%
B = 55.24%

CMYK

 C value IS 0.83

 M value IS 0.36

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#0A253A (or 0x0A253A) is known color: Tangaroa. HEX triplet: 0A, 25 and 3A. RGB value is (10,37,58). Sum of RGB (Red+Green+Blue) = 10+37+58=105 (13% of max value = 765). Red value is 10 (4.30% from 255 or 9.52% from 105); Green value is 37 (14.84% from 255 or 35.24% from 105); Blue value is 58 (23.05% from 255 or 55.24% from 105); Max value from RGB is 58 - color contains mainly: blue. Hex color #0A253A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A253A is #F5DAC5. Grayscale: #1F1F1F. Windows color (decimal): -16112326 or 3810570. OLE color: 3810570.

HSL color Cylindrical-coordinate representation of color #0A253A: hue angle of 206.25º degrees, saturation: 0.71, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0A253A is Cyan = 0.83, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 10 37 58 -
CMYK 0.83 0.36 0 0.77
HSL 206.25º 0.71% 0.13% -
HSV(B) 206.25º 0.83% 0.23% -
XYZ 1.55 1.69 4.25 -
YUV 31.32 143.05 112.79 -
System Red Green Blue C M Y K H S L
Decimal 10 37 58 0.83 0.36 0 0.77 206.25 0.71 0.13
Hex A 25 3A 53 24 0 4D CE 47 D
Octal 12 45 72 123 44 0 115 316 107 15
Binary 1010 100101 111010 1010011 100100 0 1001101 11001110 1000111 1101

Color Harmonies of #0A253A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A253A

Black with #0A253A

Text Example


Text Example

White with #0A253A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0A253A; }

 p { color: rgb(10,37,58); }

 H1.HeaderClassName
 {
   color: #0A253A;
 }
 .AnyTagClassName
 {
   color: #0A253A;
 }
</style>

background-color css

<style>
 a { background-color: #0A253A; }

 a { background-color: rgb(10,37,58); }

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

border-color css

<style>
 span { border-color: #0A253A; }

 span { border-color: rgb(10,37,58); }

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