Html Css Color HEX #100F4B Paua

📋 copy color: '#100F4B'

red 16 ◦ green 15 ◦ blue 75

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

Shades of Paua #100F4B

Tints of Paua #100F4B

RGB

 RED value IS 16 (6.64% from 255) = 15.09%

 GREEN value IS 15 (6.25% from 255) = 14.15%

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

R = 15.09%
G = 14.15%
B = 70.75%

CMYK

 C value IS 0.79

 M value IS 0.80

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#100F4B (or 0x100F4B) is known color: Paua. HEX triplet: 10, 0F and 4B. RGB value is (16,15,75). Sum of RGB (Red+Green+Blue) = 16+15+75=106 (14% of max value = 765). Red value is 16 (6.64% from 255 or 15.09% from 106); Green value is 15 (6.25% from 255 or 14.15% from 106); Blue value is 75 (29.69% from 255 or 70.75% from 106); Max value from RGB is 75 - color contains mainly: blue. Hex color #100F4B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100F4B is #EFF0B4. Grayscale: #151515. Windows color (decimal): -15724725 or 4919056. OLE color: 4919056.

HSL color Cylindrical-coordinate representation of color #100F4B: hue angle of 241º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #100F4B is Cyan = 0.79, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 16 15 75 -
CMYK 0.79 0.80 0 0.71
HSL 241º 0.67% 0.18% -
HSV(B) 241º 0.8% 0.29% -
XYZ 1.65 0.96 6.75 -
YUV 22.14 157.83 123.62 -
System Red Green Blue C M Y K H S L
Decimal 16 15 75 0.79 0.80 0 0.71 241 0.67 0.18
Hex 10 F 4B 4F 50 0 47 F1 43 12
Octal 20 17 113 117 120 0 107 361 103 22
Binary 10000 1111 1001011 1001111 1010000 0 1000111 11110001 1000011 10010

Color Harmonies of #100F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100F4B

Black with #100F4B

Text Example


Text Example

White with #100F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100F4B; }

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

 H1.HeaderClassName
 {
   color: #100F4B;
 }
 .AnyTagClassName
 {
   color: #100F4B;
 }
</style>

background-color css

<style>
 a { background-color: #100F4B; }

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

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

border-color css

<style>
 span { border-color: #100F4B; }

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

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