Html Css Color HEX #0A254A Tangaroa

📋 copy color: '#0A254A'

red 10 ◦ green 37 ◦ blue 74

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

Shades of Tangaroa #0A254A

Tints of Tangaroa #0A254A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 61.16%

R = 8.26%
G = 30.58%
B = 61.16%

CMYK

 C value IS 0.86

 M value IS 0.50

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#0A254A (or 0x0A254A) is known color: Tangaroa. HEX triplet: 0A, 25 and 4A. RGB value is (10,37,74). Sum of RGB (Red+Green+Blue) = 10+37+74=121 (16% of max value = 765). Red value is 10 (4.30% from 255 or 8.26% from 121); Green value is 37 (14.84% from 255 or 30.58% from 121); Blue value is 74 (29.30% from 255 or 61.16% from 121); Max value from RGB is 74 - color contains mainly: blue. Hex color #0A254A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A254A is #F5DAB5. Grayscale: #202020. Windows color (decimal): -16112310 or 4859146. OLE color: 4859146.

HSL color Cylindrical-coordinate representation of color #0A254A: hue angle of 214.69º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A254A is Cyan = 0.86, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 10 37 74 -
CMYK 0.86 0.50 0 0.71
HSL 214.69º 0.76% 0.16% -
HSV(B) 214.69º 0.86% 0.29% -
XYZ 2.02 1.88 6.74 -
YUV 33.15 151.05 111.49 -
System Red Green Blue C M Y K H S L
Decimal 10 37 74 0.86 0.50 0 0.71 214.69 0.76 0.16
Hex A 25 4A 56 32 0 47 D7 4C 10
Octal 12 45 112 126 62 0 107 327 114 20
Binary 1010 100101 1001010 1010110 110010 0 1000111 11010111 1001100 10000

Color Harmonies of #0A254A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A254A

Black with #0A254A

Text Example


Text Example

White with #0A254A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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