Html Css Color HEX #0F064C Paua

📋 copy color: '#0F064C'

red 15 ◦ green 6 ◦ blue 76

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

Shades of Paua #0F064C

Tints of Paua #0F064C

RGB

 RED value IS 15 (6.25% from 255) = 15.46%

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

 BLUE value IS 76 (30.08% from 255) = 78.35%

R = 15.46%
G = 6.19%
B = 78.35%

CMYK

 C value IS 0.80

 M value IS 0.92

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#0F064C (or 0x0F064C) is known color: Paua. HEX triplet: 0F, 06 and 4C. RGB value is (15,6,76). Sum of RGB (Red+Green+Blue) = 15+6+76=97 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.46% from 97); Green value is 6 (2.73% from 255 or 6.19% from 97); Blue value is 76 (30.08% from 255 or 78.35% from 97); Max value from RGB is 76 - color contains mainly: blue. Hex color #0F064C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F064C is #F0F9B3. Grayscale: #101010. Windows color (decimal): -15792564 or 4982287. OLE color: 4982287.

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

Color convert

RGB 15 6 76 -
CMYK 0.80 0.92 0 0.70
HSL 247.71º 0.85% 0.16% -
HSV(B) 247.71º 0.92% 0.3% -
XYZ 1.57 0.75 6.9 -
YUV 16.67 161.48 126.81 -
System Red Green Blue C M Y K H S L
Decimal 15 6 76 0.80 0.92 0 0.70 247.71 0.85 0.16
Hex F 6 4C 50 5C 0 46 F8 55 10
Octal 17 6 114 120 134 0 106 370 125 20
Binary 1111 110 1001100 1010000 1011100 0 1000110 11111000 1010101 10000

Color Harmonies of #0F064C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F064C

Black with #0F064C

Text Example


Text Example

White with #0F064C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,6,76); }

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

background-color css

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

 a { background-color: rgb(15,6,76); }

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

border-color css

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

 span { border-color: rgb(15,6,76); }

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