Html Css Color HEX #0A2348 Tangaroa

📋 copy color: '#0A2348'

red 10 ◦ green 35 ◦ blue 72

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

Shades of Tangaroa #0A2348

Tints of Tangaroa #0A2348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 61.54%

R = 8.55%
G = 29.91%
B = 61.54%

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

#0A2348 (or 0x0A2348) is known color: Tangaroa. HEX triplet: 0A, 23 and 48. RGB value is (10,35,72). Sum of RGB (Red+Green+Blue) = 10+35+72=117 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.55% from 117); Green value is 35 (14.06% from 255 or 29.91% from 117); Blue value is 72 (28.52% from 255 or 61.54% from 117); Max value from RGB is 72 - color contains mainly: blue. Hex color #0A2348 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A2348 is #F5DCB7. Grayscale: #1F1F1F. Windows color (decimal): -16112824 or 4727562. OLE color: 4727562.

HSL color Cylindrical-coordinate representation of color #0A2348: hue angle of 215.81º degrees, saturation: 0.76, 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 #0A2348 is Cyan = 0.86, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 10 35 72 -
CMYK 0.86 0.51 0 0.72
HSL 215.81º 0.76% 0.16% -
HSV(B) 215.81º 0.86% 0.28% -
XYZ 1.9 1.73 6.37 -
YUV 31.74 150.72 112.49 -
System Red Green Blue C M Y K H S L
Decimal 10 35 72 0.86 0.51 0 0.72 215.81 0.76 0.16
Hex A 23 48 56 33 0 48 D8 4C 10
Octal 12 43 110 126 63 0 110 330 114 20
Binary 1010 100011 1001000 1010110 110011 0 1001000 11011000 1001100 10000

Color Harmonies of #0A2348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A2348

Black with #0A2348

Text Example


Text Example

White with #0A2348

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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