Html Css Color HEX #0F044C Paua

📋 copy color: '#0F044C'

red 15 ◦ green 4 ◦ blue 76

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

Shades of Paua #0F044C

Tints of Paua #0F044C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 80%

R = 15.79%
G = 4.21%
B = 80%

CMYK

 C value IS 0.80

 M value IS 0.95

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#0F044C (or 0x0F044C) is known color: Paua. HEX triplet: 0F, 04 and 4C. RGB value is (15,4,76). Sum of RGB (Red+Green+Blue) = 15+4+76=95 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.79% from 95); Green value is 4 (1.95% from 255 or 4.21% from 95); Blue value is 76 (30.08% from 255 or 80% from 95); Max value from RGB is 76 - color contains mainly: blue. Hex color #0F044C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F044C is #F0FBB3. Grayscale: #0F0F0F. Windows color (decimal): -15793076 or 4981775. OLE color: 4981775.

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

Color convert

RGB 15 4 76 -
CMYK 0.80 0.95 0 0.70
HSL 249.17º 0.9% 0.16% -
HSV(B) 249.17º 0.95% 0.3% -
XYZ 1.54 0.71 6.89 -
YUV 15.5 162.14 127.65 -
System Red Green Blue C M Y K H S L
Decimal 15 4 76 0.80 0.95 0 0.70 249.17 0.9 0.16
Hex F 4 4C 50 5F 0 46 F9 5A 10
Octal 17 4 114 120 137 0 106 371 132 20
Binary 1111 100 1001100 1010000 1011111 0 1000110 11111001 1011010 10000

Color Harmonies of #0F044C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F044C

Black with #0F044C

Text Example


Text Example

White with #0F044C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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