Html Css Color HEX #0C0949 Paua

📋 copy color: '#0C0949'

red 12 ◦ green 9 ◦ blue 73

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

Shades of Paua #0C0949

Tints of Paua #0C0949

RGB

 RED value IS 12 (5.08% from 255) = 12.77%

 GREEN value IS 9 (3.91% from 255) = 9.57%

 BLUE value IS 73 (28.91% from 255) = 77.66%

R = 12.77%
G = 9.57%
B = 77.66%

CMYK

 C value IS 0.84

 M value IS 0.88

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#0C0949 (or 0x0C0949) is known color: Paua. HEX triplet: 0C, 09 and 49. RGB value is (12,9,73). Sum of RGB (Red+Green+Blue) = 12+9+73=94 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.77% from 94); Green value is 9 (3.91% from 255 or 9.57% from 94); Blue value is 73 (28.91% from 255 or 77.66% from 94); Max value from RGB is 73 - color contains mainly: blue. Hex color #0C0949 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0949 is #F3F6B6. Grayscale: #101010. Windows color (decimal): -15988407 or 4786444. OLE color: 4786444.

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

Color convert

RGB 12 9 73 -
CMYK 0.84 0.88 0 0.71
HSL 242.81º 0.78% 0.16% -
HSV(B) 242.81º 0.88% 0.29% -
XYZ 1.45 0.75 6.37 -
YUV 17.19 159.49 124.3 -
System Red Green Blue C M Y K H S L
Decimal 12 9 73 0.84 0.88 0 0.71 242.81 0.78 0.16
Hex C 9 49 54 58 0 47 F3 4E 10
Octal 14 11 111 124 130 0 107 363 116 20
Binary 1100 1001 1001001 1010100 1011000 0 1000111 11110011 1001110 10000

Color Harmonies of #0C0949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0949

Black with #0C0949

Text Example


Text Example

White with #0C0949

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,9,73); }

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

background-color css

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

 a { background-color: rgb(12,9,73); }

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

border-color css

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

 span { border-color: rgb(12,9,73); }

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