Html Css Color HEX #0F034C Paua

📋 copy color: '#0F034C'

red 15 ◦ green 3 ◦ blue 76

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

Shades of Paua #0F034C

Tints of Paua #0F034C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.19%

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

R = 15.96%
G = 3.19%
B = 80.85%

CMYK

 C value IS 0.80

 M value IS 0.96

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#0F034C (or 0x0F034C) is known color: Paua. HEX triplet: 0F, 03 and 4C. RGB value is (15,3,76). Sum of RGB (Red+Green+Blue) = 15+3+76=94 (12% of max value = 765). Red value is 15 (6.25% from 255 or 15.96% from 94); Green value is 3 (1.56% from 255 or 3.19% from 94); Blue value is 76 (30.08% from 255 or 80.85% from 94); Max value from RGB is 76 - color contains mainly: blue. Hex color #0F034C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F034C is #F0FCB3. Grayscale: #0E0E0E. Windows color (decimal): -15793332 or 4981519. OLE color: 4981519.

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

Color convert

RGB 15 3 76 -
CMYK 0.80 0.96 0 0.70
HSL 249.86º 0.92% 0.15% -
HSV(B) 249.86º 0.96% 0.3% -
XYZ 1.53 0.69 6.89 -
YUV 14.91 162.48 128.06 -
System Red Green Blue C M Y K H S L
Decimal 15 3 76 0.80 0.96 0 0.70 249.86 0.92 0.15
Hex F 3 4C 50 60 0 46 FA 5C F
Octal 17 3 114 120 140 0 106 372 134 17
Binary 1111 11 1001100 1010000 1100000 0 1000110 11111010 1011100 1111

Color Harmonies of #0F034C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F034C

Black with #0F034C

Text Example


Text Example

White with #0F034C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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