Html Css Color HEX #0F054C Paua

📋 copy color: '#0F054C'

red 15 ◦ green 5 ◦ blue 76

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

Shades of Paua #0F054C

Tints of Paua #0F054C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5.21%

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

R = 15.63%
G = 5.21%
B = 79.17%

CMYK

 C value IS 0.80

 M value IS 0.93

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#0F054C (or 0x0F054C) is known color: Paua. HEX triplet: 0F, 05 and 4C. RGB value is (15,5,76). Sum of RGB (Red+Green+Blue) = 15+5+76=96 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.62% from 96); Green value is 5 (2.34% from 255 or 5.21% from 96); Blue value is 76 (30.08% from 255 or 79.17% from 96); Max value from RGB is 76 - color contains mainly: blue. Hex color #0F054C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F054C is #F0FAB3. Grayscale: #0F0F0F. Windows color (decimal): -15792820 or 4982031. OLE color: 4982031.

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

Color convert

RGB 15 5 76 -
CMYK 0.80 0.93 0 0.70
HSL 248.45º 0.88% 0.16% -
HSV(B) 248.45º 0.93% 0.3% -
XYZ 1.56 0.73 6.9 -
YUV 16.08 161.81 127.23 -
System Red Green Blue C M Y K H S L
Decimal 15 5 76 0.80 0.93 0 0.70 248.45 0.88 0.16
Hex F 5 4C 50 5D 0 46 F8 58 10
Octal 17 5 114 120 135 0 106 370 130 20
Binary 1111 101 1001100 1010000 1011101 0 1000110 11111000 1011000 10000

Color Harmonies of #0F054C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F054C

Black with #0F054C

Text Example


Text Example

White with #0F054C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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