Html Css Color HEX #0F064B Paua

📋 copy color: '#0F064B'

red 15 ◦ green 6 ◦ blue 75

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

Shades of Paua #0F064B

Tints of Paua #0F064B

RGB

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

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

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

R = 15.63%
G = 6.25%
B = 78.13%

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

#0F064B (or 0x0F064B) is known color: Paua. HEX triplet: 0F, 06 and 4B. RGB value is (15,6,75). Sum of RGB (Red+Green+Blue) = 15+6+75=96 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.62% from 96); Green value is 6 (2.73% from 255 or 6.25% from 96); Blue value is 75 (29.69% from 255 or 78.12% from 96); Max value from RGB is 75 - color contains mainly: blue. Hex color #0F064B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F064B is #F0F9B4. Grayscale: #101010. Windows color (decimal): -15792565 or 4916751. OLE color: 4916751.

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

Color convert

RGB 15 6 75 -
CMYK 0.80 0.92 0 0.71
HSL 247.83º 0.85% 0.16% -
HSV(B) 247.83º 0.92% 0.29% -
XYZ 1.53 0.74 6.72 -
YUV 16.56 160.98 126.89 -
System Red Green Blue C M Y K H S L
Decimal 15 6 75 0.80 0.92 0 0.71 247.83 0.85 0.16
Hex F 6 4B 50 5C 0 47 F8 55 10
Octal 17 6 113 120 134 0 107 370 125 20
Binary 1111 110 1001011 1010000 1011100 0 1000111 11111000 1010101 10000

Color Harmonies of #0F064B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F064B

Black with #0F064B

Text Example


Text Example

White with #0F064B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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