Html Css Color HEX #0F0348 Paua

📋 copy color: '#0F0348'

red 15 ◦ green 3 ◦ blue 72

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

Shades of Paua #0F0348

Tints of Paua #0F0348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 80%

R = 16.67%
G = 3.33%
B = 80%

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

#0F0348 (or 0x0F0348) is known color: Paua. HEX triplet: 0F, 03 and 48. RGB value is (15,3,72). Sum of RGB (Red+Green+Blue) = 15+3+72=90 (11% of max value = 765). Red value is 15 (6.25% from 255 or 16.67% from 90); Green value is 3 (1.56% from 255 or 3.33% from 90); Blue value is 72 (28.52% from 255 or 80% from 90); Max value from RGB is 72 - color contains mainly: blue. Hex color #0F0348 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0348 is #F0FCB7. Grayscale: #0E0E0E. Windows color (decimal): -15793336 or 4719375. OLE color: 4719375.

HSL color Cylindrical-coordinate representation of color #0F0348: hue angle of 250.43º 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 #0F0348 is Cyan = 0.79, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 15 3 72 -
CMYK 0.79 0.96 0 0.72
HSL 250.43º 0.92% 0.15% -
HSV(B) 250.43º 0.96% 0.28% -
XYZ 1.4 0.63 6.18 -
YUV 14.45 160.48 128.39 -
System Red Green Blue C M Y K H S L
Decimal 15 3 72 0.79 0.96 0 0.72 250.43 0.92 0.15
Hex F 3 48 4F 60 0 48 FA 5C F
Octal 17 3 110 117 140 0 110 372 134 17
Binary 1111 11 1001000 1001111 1100000 0 1001000 11111010 1011100 1111

Color Harmonies of #0F0348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0348

Black with #0F0348

Text Example


Text Example

White with #0F0348

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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