Html Css Color HEX #0A253C Tangaroa

📋 copy color: '#0A253C'

red 10 ◦ green 37 ◦ blue 60

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

Shades of Tangaroa #0A253C

Tints of Tangaroa #0A253C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 56.07%

R = 9.35%
G = 34.58%
B = 56.07%

CMYK

 C value IS 0.83

 M value IS 0.38

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#0A253C (or 0x0A253C) is known color: Tangaroa. HEX triplet: 0A, 25 and 3C. RGB value is (10,37,60). Sum of RGB (Red+Green+Blue) = 10+37+60=107 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.35% from 107); Green value is 37 (14.84% from 255 or 34.58% from 107); Blue value is 60 (23.83% from 255 or 56.07% from 107); Max value from RGB is 60 - color contains mainly: blue. Hex color #0A253C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A253C is #F5DAC3. Grayscale: #1F1F1F. Windows color (decimal): -16112324 or 3941642. OLE color: 3941642.

HSL color Cylindrical-coordinate representation of color #0A253C: hue angle of 207.6º degrees, saturation: 0.71, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0A253C is Cyan = 0.83, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 10 37 60 -
CMYK 0.83 0.38 0 0.76
HSL 207.6º 0.71% 0.14% -
HSV(B) 207.6º 0.83% 0.24% -
XYZ 1.6 1.71 4.52 -
YUV 31.55 144.05 112.63 -
System Red Green Blue C M Y K H S L
Decimal 10 37 60 0.83 0.38 0 0.76 207.6 0.71 0.14
Hex A 25 3C 53 26 0 4C D0 47 E
Octal 12 45 74 123 46 0 114 320 107 16
Binary 1010 100101 111100 1010011 100110 0 1001100 11010000 1000111 1110

Color Harmonies of #0A253C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A253C

Black with #0A253C

Text Example


Text Example

White with #0A253C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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