Html Css Color HEX #0C0644 Paua

📋 copy color: '#0C0644'

red 12 ◦ green 6 ◦ blue 68

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

Shades of Paua #0C0644

Tints of Paua #0C0644

RGB

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

 GREEN value IS 6 (2.73% from 255) = 6.98%

 BLUE value IS 68 (26.95% from 255) = 79.07%

R = 13.95%
G = 6.98%
B = 79.07%

CMYK

 C value IS 0.82

 M value IS 0.91

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#0C0644 (or 0x0C0644) is known color: Paua. HEX triplet: 0C, 06 and 44. RGB value is (12,6,68). Sum of RGB (Red+Green+Blue) = 12+6+68=86 (11% of max value = 765). Red value is 12 (5.08% from 255 or 13.95% from 86); Green value is 6 (2.73% from 255 or 6.98% from 86); Blue value is 68 (26.95% from 255 or 79.07% from 86); Max value from RGB is 68 - color contains mainly: blue. Hex color #0C0644 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0644 is #F3F9BB. Grayscale: #0E0E0E. Windows color (decimal): -15989180 or 4457996. OLE color: 4457996.

HSL color Cylindrical-coordinate representation of color #0C0644: hue angle of 245.81º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C0644 is Cyan = 0.82, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 12 6 68 -
CMYK 0.82 0.91 0 0.73
HSL 245.81º 0.84% 0.15% -
HSV(B) 245.81º 0.91% 0.27% -
XYZ 1.26 0.63 5.52 -
YUV 14.86 157.99 125.96 -
System Red Green Blue C M Y K H S L
Decimal 12 6 68 0.82 0.91 0 0.73 245.81 0.84 0.15
Hex C 6 44 52 5B 0 49 F6 54 F
Octal 14 6 104 122 133 0 111 366 124 17
Binary 1100 110 1000100 1010010 1011011 0 1001001 11110110 1010100 1111

Color Harmonies of #0C0644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0644

Black with #0C0644

Text Example


Text Example

White with #0C0644

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,6,68); }

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

background-color css

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

 a { background-color: rgb(12,6,68); }

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

border-color css

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

 span { border-color: rgb(12,6,68); }

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