Html Css Color HEX #0A2347 Tangaroa

📋 copy color: '#0A2347'

red 10 ◦ green 35 ◦ blue 71

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

Shades of Tangaroa #0A2347

Tints of Tangaroa #0A2347

RGB

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

 GREEN value IS 35 (14.06% from 255) = 30.17%

 BLUE value IS 71 (28.13% from 255) = 61.21%

R = 8.62%
G = 30.17%
B = 61.21%

CMYK

 C value IS 0.86

 M value IS 0.51

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#0A2347 (or 0x0A2347) is known color: Tangaroa. HEX triplet: 0A, 23 and 47. RGB value is (10,35,71). Sum of RGB (Red+Green+Blue) = 10+35+71=116 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.62% from 116); Green value is 35 (14.06% from 255 or 30.17% from 116); Blue value is 71 (28.12% from 255 or 61.21% from 116); Max value from RGB is 71 - color contains mainly: blue. Hex color #0A2347 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A2347 is #F5DCB8. Grayscale: #1F1F1F. Windows color (decimal): -16112825 or 4662026. OLE color: 4662026.

HSL color Cylindrical-coordinate representation of color #0A2347: hue angle of 215.41º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A2347 is Cyan = 0.86, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 10 35 71 -
CMYK 0.86 0.51 0 0.72
HSL 215.41º 0.75% 0.16% -
HSV(B) 215.41º 0.86% 0.28% -
XYZ 1.86 1.72 6.2 -
YUV 31.63 150.22 112.57 -
System Red Green Blue C M Y K H S L
Decimal 10 35 71 0.86 0.51 0 0.72 215.41 0.75 0.16
Hex A 23 47 56 33 0 48 D7 4B 10
Octal 12 43 107 126 63 0 110 327 113 20
Binary 1010 100011 1000111 1010110 110011 0 1001000 11010111 1001011 10000

Color Harmonies of #0A2347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A2347

Black with #0A2347

Text Example


Text Example

White with #0A2347

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,35,71); }

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

background-color css

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

 a { background-color: rgb(10,35,71); }

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

border-color css

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

 span { border-color: rgb(10,35,71); }

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