Html Css Color HEX #0F0347 Paua

📋 copy color: '#0F0347'

red 15 ◦ green 3 ◦ blue 71

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

Shades of Paua #0F0347

Tints of Paua #0F0347

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.37%

 BLUE value IS 71 (28.13% from 255) = 79.78%

R = 16.85%
G = 3.37%
B = 79.78%

CMYK

 C value IS 0.79

 M value IS 0.96

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#0F0347 (or 0x0F0347) is known color: Paua. HEX triplet: 0F, 03 and 47. RGB value is (15,3,71). Sum of RGB (Red+Green+Blue) = 15+3+71=89 (11% of max value = 765). Red value is 15 (6.25% from 255 or 16.85% from 89); Green value is 3 (1.56% from 255 or 3.37% from 89); Blue value is 71 (28.12% from 255 or 79.78% from 89); Max value from RGB is 71 - color contains mainly: blue. Hex color #0F0347 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0347 is #F0FCB8. Grayscale: #0E0E0E. Windows color (decimal): -15793337 or 4653839. OLE color: 4653839.

HSL color Cylindrical-coordinate representation of color #0F0347: hue angle of 250.59º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0F0347 is Cyan = 0.79, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 15 3 71 -
CMYK 0.79 0.96 0 0.72
HSL 250.59º 0.92% 0.15% -
HSV(B) 250.59º 0.96% 0.28% -
XYZ 1.37 0.62 6.01 -
YUV 14.34 159.98 128.47 -
System Red Green Blue C M Y K H S L
Decimal 15 3 71 0.79 0.96 0 0.72 250.59 0.92 0.15
Hex F 3 47 4F 60 0 48 FB 5C F
Octal 17 3 107 117 140 0 110 373 134 17
Binary 1111 11 1000111 1001111 1100000 0 1001000 11111011 1011100 1111

Color Harmonies of #0F0347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0347

Black with #0F0347

Text Example


Text Example

White with #0F0347

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,3,71); }

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

background-color css

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

 a { background-color: rgb(15,3,71); }

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

border-color css

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

 span { border-color: rgb(15,3,71); }

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