Html Css Color HEX #0F044A Paua

📋 copy color: '#0F044A'

red 15 ◦ green 4 ◦ blue 74

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

Shades of Paua #0F044A

Tints of Paua #0F044A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.3%

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

R = 16.13%
G = 4.3%
B = 79.57%

CMYK

 C value IS 0.80

 M value IS 0.95

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#0F044A (or 0x0F044A) is known color: Paua. HEX triplet: 0F, 04 and 4A. RGB value is (15,4,74). Sum of RGB (Red+Green+Blue) = 15+4+74=93 (12% of max value = 765). Red value is 15 (6.25% from 255 or 16.13% from 93); Green value is 4 (1.95% from 255 or 4.30% from 93); Blue value is 74 (29.30% from 255 or 79.57% from 93); Max value from RGB is 74 - color contains mainly: blue. Hex color #0F044A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F044A is #F0FBB5. Grayscale: #0F0F0F. Windows color (decimal): -15793078 or 4850703. OLE color: 4850703.

HSL color Cylindrical-coordinate representation of color #0F044A: hue angle of 249.43º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0F044A is Cyan = 0.80, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 15 4 74 -
CMYK 0.80 0.95 0 0.71
HSL 249.43º 0.9% 0.15% -
HSV(B) 249.43º 0.95% 0.29% -
XYZ 1.48 0.68 6.53 -
YUV 15.27 161.14 127.81 -
System Red Green Blue C M Y K H S L
Decimal 15 4 74 0.80 0.95 0 0.71 249.43 0.9 0.15
Hex F 4 4A 50 5F 0 47 F9 5A F
Octal 17 4 112 120 137 0 107 371 132 17
Binary 1111 100 1001010 1010000 1011111 0 1000111 11111001 1011010 1111

Color Harmonies of #0F044A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F044A

Black with #0F044A

Text Example


Text Example

White with #0F044A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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