Html Css Color HEX #0A253D Tangaroa

📋 copy color: '#0A253D'

red 10 ◦ green 37 ◦ blue 61

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

Shades of Tangaroa #0A253D

Tints of Tangaroa #0A253D

RGB

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

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

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

R = 9.26%
G = 34.26%
B = 56.48%

CMYK

 C value IS 0.84

 M value IS 0.39

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#0A253D (or 0x0A253D) is known color: Tangaroa. HEX triplet: 0A, 25 and 3D. RGB value is (10,37,61). Sum of RGB (Red+Green+Blue) = 10+37+61=108 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.26% from 108); Green value is 37 (14.84% from 255 or 34.26% from 108); Blue value is 61 (24.22% from 255 or 56.48% from 108); Max value from RGB is 61 - color contains mainly: blue. Hex color #0A253D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A253D is #F5DAC2. Grayscale: #1F1F1F. Windows color (decimal): -16112323 or 4007178. OLE color: 4007178.

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

Color convert

RGB 10 37 61 -
CMYK 0.84 0.39 0 0.76
HSL 208.24º 0.72% 0.14% -
HSV(B) 208.24º 0.84% 0.24% -
XYZ 1.63 1.72 4.66 -
YUV 31.66 144.55 112.55 -
System Red Green Blue C M Y K H S L
Decimal 10 37 61 0.84 0.39 0 0.76 208.24 0.72 0.14
Hex A 25 3D 54 27 0 4C D0 48 E
Octal 12 45 75 124 47 0 114 320 110 16
Binary 1010 100101 111101 1010100 100111 0 1001100 11010000 1001000 1110

Color Harmonies of #0A253D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A253D

Black with #0A253D

Text Example


Text Example

White with #0A253D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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