Html Css Color HEX #0C064B Paua

📋 copy color: '#0C064B'

red 12 ◦ green 6 ◦ blue 75

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

Shades of Paua #0C064B

Tints of Paua #0C064B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 80.65%

R = 12.9%
G = 6.45%
B = 80.65%

CMYK

 C value IS 0.84

 M value IS 0.92

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#0C064B (or 0x0C064B) is known color: Paua. HEX triplet: 0C, 06 and 4B. RGB value is (12,6,75). Sum of RGB (Red+Green+Blue) = 12+6+75=93 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.90% from 93); Green value is 6 (2.73% from 255 or 6.45% from 93); Blue value is 75 (29.69% from 255 or 80.65% from 93); Max value from RGB is 75 - color contains mainly: blue. Hex color #0C064B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C064B is #F3F9B4. Grayscale: #0F0F0F. Windows color (decimal): -15989173 or 4916748. OLE color: 4916748.

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

Color convert

RGB 12 6 75 -
CMYK 0.84 0.92 0 0.71
HSL 245.22º 0.85% 0.16% -
HSV(B) 245.22º 0.92% 0.29% -
XYZ 1.49 0.72 6.72 -
YUV 15.66 161.49 125.39 -
System Red Green Blue C M Y K H S L
Decimal 12 6 75 0.84 0.92 0 0.71 245.22 0.85 0.16
Hex C 6 4B 54 5C 0 47 F5 55 10
Octal 14 6 113 124 134 0 107 365 125 20
Binary 1100 110 1001011 1010100 1011100 0 1000111 11110101 1010101 10000

Color Harmonies of #0C064B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C064B

Black with #0C064B

Text Example


Text Example

White with #0C064B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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