Html Css Color HEX #0F024C Paua

📋 copy color: '#0F024C'

red 15 ◦ green 2 ◦ blue 76

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

Shades of Paua #0F024C

Tints of Paua #0F024C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.15%

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

R = 16.13%
G = 2.15%
B = 81.72%

CMYK

 C value IS 0.80

 M value IS 0.97

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#0F024C (or 0x0F024C) is known color: Paua. HEX triplet: 0F, 02 and 4C. RGB value is (15,2,76). Sum of RGB (Red+Green+Blue) = 15+2+76=93 (12% of max value = 765). Red value is 15 (6.25% from 255 or 16.13% from 93); Green value is 2 (1.17% from 255 or 2.15% from 93); Blue value is 76 (30.08% from 255 or 81.72% from 93); Max value from RGB is 76 - color contains mainly: blue. Hex color #0F024C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F024C is #F0FDB3. Grayscale: #0E0E0E. Windows color (decimal): -15793588 or 4981263. OLE color: 4981263.

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

Color convert

RGB 15 2 76 -
CMYK 0.80 0.97 0 0.70
HSL 250.54º 0.95% 0.15% -
HSV(B) 250.54º 0.97% 0.3% -
XYZ 1.52 0.67 6.89 -
YUV 14.32 162.81 128.48 -
System Red Green Blue C M Y K H S L
Decimal 15 2 76 0.80 0.97 0 0.70 250.54 0.95 0.15
Hex F 2 4C 50 61 0 46 FB 5F F
Octal 17 2 114 120 141 0 106 373 137 17
Binary 1111 10 1001100 1010000 1100001 0 1000110 11111011 1011111 1111

Color Harmonies of #0F024C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F024C

Black with #0F024C

Text Example


Text Example

White with #0F024C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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