#0C0B4B

Color #0C0B4B Paua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paua #0C0B4B

Tints of Paua #0C0B4B

Color information

#0C0B4B (or 0x0C0B4B) is unknown color: approx Paua. HEX triplet: 0C, 0B and 4B. RGB value is (12,11,75). Sum of RGB (Red+Green+Blue) = 12+11+75=98 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.24% from 98); Green value is 11 (4.69% from 255 or 11.22% from 98); Blue value is 75 (29.69% from 255 or 76.53% from 98); Max value from RGB is 75 - color contains mainly: blue. Hex color #0C0B4B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0B4B is #F3F4B4. Grayscale: #121212. Windows color (decimal): -15987893 or 4918028. OLE color: 4918028.

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

Color convert

RGB121175-
CMYK0.840.8500.71
HSL240.94º74.42%16.86%-
HSV(B)240.94º85.33%29.41%-
XYZ1.540.836.73-
YUV18.6159.83123.3-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 12.24%
GREEN value IS 11 (4.69% from 255) = 11.22%
BLUE value IS 75 (29.69% from 255) = 76.53%
R=12.24%
G=11.22%
B=76.53%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1211750.840.8500.71240.9474.4216.86
HexCB4B5455047f14a11
Octal1413113124125010736111221
Binary110010111001011101010010101010100011111110001100101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,11,75); }

 H1.HeaderClassName
 {
   color: #0C0B4B;
 }
 .AnyTagClassName
 {
   color: #0C0B4B;
 }
</style>
background-color css

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

 a { background-color: rgb(12,11,75); }

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

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

 span { border-color: rgb(12,11,75); }

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