Html Css Color HEX #0F064A Paua

📋 copy color: '#0F064A'

red 15 ◦ green 6 ◦ blue 74

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

Shades of Paua #0F064A

Tints of Paua #0F064A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 77.89%

R = 15.79%
G = 6.32%
B = 77.89%

CMYK

 C value IS 0.80

 M value IS 0.92

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#0F064A (or 0x0F064A) is known color: Paua. HEX triplet: 0F, 06 and 4A. RGB value is (15,6,74). Sum of RGB (Red+Green+Blue) = 15+6+74=95 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.79% from 95); Green value is 6 (2.73% from 255 or 6.32% from 95); Blue value is 74 (29.30% from 255 or 77.89% from 95); Max value from RGB is 74 - color contains mainly: blue. Hex color #0F064A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F064A is #F0F9B5. Grayscale: #101010. Windows color (decimal): -15792566 or 4851215. OLE color: 4851215.

HSL color Cylindrical-coordinate representation of color #0F064A: hue angle of 247.94º 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 #0F064A is Cyan = 0.80, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 15 6 74 -
CMYK 0.80 0.92 0 0.71
HSL 247.94º 0.85% 0.16% -
HSV(B) 247.94º 0.92% 0.29% -
XYZ 1.5 0.73 6.54 -
YUV 16.44 160.48 126.97 -
System Red Green Blue C M Y K H S L
Decimal 15 6 74 0.80 0.92 0 0.71 247.94 0.85 0.16
Hex F 6 4A 50 5C 0 47 F8 55 10
Octal 17 6 112 120 134 0 107 370 125 20
Binary 1111 110 1001010 1010000 1011100 0 1000111 11111000 1010101 10000

Color Harmonies of #0F064A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F064A

Black with #0F064A

Text Example


Text Example

White with #0F064A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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