Html Css Color HEX #0F0444 Paua

📋 copy color: '#0F0444'

red 15 ◦ green 4 ◦ blue 68

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

Shades of Paua #0F0444

Tints of Paua #0F0444

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 78.16%

R = 17.24%
G = 4.6%
B = 78.16%

CMYK

 C value IS 0.78

 M value IS 0.94

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#0F0444 (or 0x0F0444) is known color: Paua. HEX triplet: 0F, 04 and 44. RGB value is (15,4,68). Sum of RGB (Red+Green+Blue) = 15+4+68=87 (11% of max value = 765). Red value is 15 (6.25% from 255 or 17.24% from 87); Green value is 4 (1.95% from 255 or 4.60% from 87); Blue value is 68 (26.95% from 255 or 78.16% from 87); Max value from RGB is 68 - color contains mainly: blue. Hex color #0F0444 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F0444 is #F0FBBB. Grayscale: #0E0E0E. Windows color (decimal): -15793084 or 4457487. OLE color: 4457487.

HSL color Cylindrical-coordinate representation of color #0F0444: hue angle of 250.31º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F0444 is Cyan = 0.78, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 15 4 68 -
CMYK 0.78 0.94 0 0.73
HSL 250.31º 0.89% 0.14% -
HSV(B) 250.31º 0.94% 0.27% -
XYZ 1.28 0.61 5.52 -
YUV 14.59 158.14 128.3 -
System Red Green Blue C M Y K H S L
Decimal 15 4 68 0.78 0.94 0 0.73 250.31 0.89 0.14
Hex F 4 44 4E 5E 0 49 FA 59 E
Octal 17 4 104 116 136 0 111 372 131 16
Binary 1111 100 1000100 1001110 1011110 0 1001001 11111010 1011001 1110

Color Harmonies of #0F0444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F0444

Black with #0F0444

Text Example


Text Example

White with #0F0444

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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