Html Css Color HEX #0F054E Paua

📋 copy color: '#0F054E'

red 15 ◦ green 5 ◦ blue 78

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

Shades of Paua #0F054E

Tints of Paua #0F054E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 79.59%

R = 15.31%
G = 5.1%
B = 79.59%

CMYK

 C value IS 0.81

 M value IS 0.94

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#0F054E (or 0x0F054E) is known color: Paua. HEX triplet: 0F, 05 and 4E. RGB value is (15,5,78). Sum of RGB (Red+Green+Blue) = 15+5+78=98 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.31% from 98); Green value is 5 (2.34% from 255 or 5.10% from 98); Blue value is 78 (30.86% from 255 or 79.59% from 98); Max value from RGB is 78 - color contains mainly: blue. Hex color #0F054E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0F054E is #F0FAB1. Grayscale: #101010. Windows color (decimal): -15792818 or 5113103. OLE color: 5113103.

HSL color Cylindrical-coordinate representation of color #0F054E: hue angle of 248.22º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0F054E is Cyan = 0.81, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 15 5 78 -
CMYK 0.81 0.94 0 0.69
HSL 248.22º 0.88% 0.16% -
HSV(B) 248.22º 0.94% 0.31% -
XYZ 1.63 0.76 7.27 -
YUV 16.31 162.81 127.06 -
System Red Green Blue C M Y K H S L
Decimal 15 5 78 0.81 0.94 0 0.69 248.22 0.88 0.16
Hex F 5 4E 51 5E 0 45 F8 58 10
Octal 17 5 116 121 136 0 105 370 130 20
Binary 1111 101 1001110 1010001 1011110 0 1000101 11111000 1011000 10000

Color Harmonies of #0F054E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F054E

Black with #0F054E

Text Example


Text Example

White with #0F054E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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