Html Css Color HEX #0F004B Paua

📋 copy color: '#0F004B'

red 15 ◦ green 0 ◦ blue 75

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

Shades of Paua #0F004B

Tints of Paua #0F004B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 75 (29.69% from 255) = 83.33%

R = 16.67%
G = 0%
B = 83.33%

CMYK

 C value IS 0.80

 M value IS 1

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#0F004B (or 0x0F004B) is known color: Paua. HEX triplet: 0F, 00 and 4B. RGB value is (15,0,75). Sum of RGB (Red+Green+Blue) = 15+0+75=90 (11% of max value = 765). Red value is 15 (6.25% from 255 or 16.67% from 90); Green value is 0 (0.39% from 255 or 0% from 90); Blue value is 75 (29.69% from 255 or 83.33% from 90); Max value from RGB is 75 - color contains mainly: blue. Hex color #0F004B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0F004B is #F0FFB4. Grayscale: #0C0C0C. Windows color (decimal): -15794101 or 4915215. OLE color: 4915215.

HSL color Cylindrical-coordinate representation of color #0F004B: hue angle of 252º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0F004B is Cyan = 0.80, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 15 0 75 -
CMYK 0.80 1 0 0.71
HSL 252º 1% 0.15% -
HSV(B) 252º 1% 0.29% -
XYZ 1.47 0.61 6.7 -
YUV 13.04 162.97 129.4 -
System Red Green Blue C M Y K H S L
Decimal 15 0 75 0.80 1 0 0.71 252 1 0.15
Hex F 0 4B 50 64 0 47 FC 64 F
Octal 17 0 113 120 144 0 107 374 144 17
Binary 1111 0 1001011 1010000 1100100 0 1000111 11111100 1100100 1111

Color Harmonies of #0F004B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F004B

Black with #0F004B

Text Example


Text Example

White with #0F004B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,0,75); }

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

background-color css

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

 a { background-color: rgb(15,0,75); }

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

border-color css

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

 span { border-color: rgb(15,0,75); }

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