Html Css Color HEX #0A0248 Paua

📋 copy color: '#0A0248'

red 10 ◦ green 2 ◦ blue 72

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

Shades of Paua #0A0248

Tints of Paua #0A0248

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.38%

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

R = 11.9%
G = 2.38%
B = 85.71%

CMYK

 C value IS 0.86

 M value IS 0.97

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#0A0248 (or 0x0A0248) is known color: Paua. HEX triplet: 0A, 02 and 48. RGB value is (10,2,72). Sum of RGB (Red+Green+Blue) = 10+2+72=84 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.90% from 84); Green value is 2 (1.17% from 255 or 2.38% from 84); Blue value is 72 (28.52% from 255 or 85.71% from 84); Max value from RGB is 72 - color contains mainly: blue. Hex color #0A0248 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0248 is #F5FDB7. Grayscale: #0C0C0C. Windows color (decimal): -16121272 or 4719114. OLE color: 4719114.

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

Color convert

RGB 10 2 72 -
CMYK 0.86 0.97 0 0.72
HSL 246.86º 0.95% 0.15% -
HSV(B) 246.86º 0.97% 0.28% -
XYZ 1.32 0.58 6.17 -
YUV 12.37 161.65 126.31 -
System Red Green Blue C M Y K H S L
Decimal 10 2 72 0.86 0.97 0 0.72 246.86 0.95 0.15
Hex A 2 48 56 61 0 48 F7 5F F
Octal 12 2 110 126 141 0 110 367 137 17
Binary 1010 10 1001000 1010110 1100001 0 1001000 11110111 1011111 1111

Color Harmonies of #0A0248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A0248

Black with #0A0248

Text Example


Text Example

White with #0A0248

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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