Html Css Color HEX #10063F Tolopea

📋 copy color: '#10063F'

red 16 ◦ green 6 ◦ blue 63

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

Shades of Tolopea #10063F

Tints of Tolopea #10063F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 7.06%

 BLUE value IS 63 (25% from 255) = 74.12%

R = 18.82%
G = 7.06%
B = 74.12%

CMYK

 C value IS 0.75

 M value IS 0.90

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#10063F (or 0x10063F) is known color: Tolopea. HEX triplet: 10, 06 and 3F. RGB value is (16,6,63). Sum of RGB (Red+Green+Blue) = 16+6+63=85 (11% of max value = 765). Red value is 16 (6.64% from 255 or 18.82% from 85); Green value is 6 (2.73% from 255 or 7.06% from 85); Blue value is 63 (25% from 255 or 74.12% from 85); Max value from RGB is 63 - color contains mainly: blue. Hex color #10063F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #10063F is #EFF9C0. Grayscale: #0F0F0F. Windows color (decimal): -15727041 or 4130320. OLE color: 4130320.

HSL color Cylindrical-coordinate representation of color #10063F: hue angle of 250.53º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10063F is Cyan = 0.75, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 16 6 63 -
CMYK 0.75 0.90 0 0.75
HSL 250.53º 0.83% 0.14% -
HSV(B) 250.53º 0.9% 0.25% -
XYZ 1.18 0.6 4.76 -
YUV 15.49 154.81 128.37 -
System Red Green Blue C M Y K H S L
Decimal 16 6 63 0.75 0.90 0 0.75 250.53 0.83 0.14
Hex 10 6 3F 4B 5A 0 4B FB 53 E
Octal 20 6 77 113 132 0 113 373 123 16
Binary 10000 110 111111 1001011 1011010 0 1001011 11111011 1010011 1110

Color Harmonies of #10063F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10063F

Black with #10063F

Text Example


Text Example

White with #10063F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10063F; }

 p { color: rgb(16,6,63); }

 H1.HeaderClassName
 {
   color: #10063F;
 }
 .AnyTagClassName
 {
   color: #10063F;
 }
</style>

background-color css

<style>
 a { background-color: #10063F; }

 a { background-color: rgb(16,6,63); }

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

border-color css

<style>
 span { border-color: #10063F; }

 span { border-color: rgb(16,6,63); }

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